Download classutils-1.3.jar file - Jar c

Jar examples for c:classutils

Description

Utilities for dealing with classes.

You can download jar file classutils 1.3 in this page.

License

Apache License

Build File

You can use the following script to add classutils-1.3.jar to your project.

<dependency>
   <groupId>io.devcon5</groupId>
   <artifactId>classutils</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'io.devcon5', name: 'classutils', version: '1.3'
libraryDependencies += "io.devcon5" % "classutils" % "1.3"
<dependency org="io.devcon5" name="classutils" rev="1.3"/>
@Grapes(@Grab(group='io.devcon5', module='classutils', version='1.3'))
'io.devcon5:classutils:jar:1.3'

Download

Click the following link to download the jar file.

classutils-1.3-javadoc.jar
classutils-1.3-sources.jar
classutils-1.3.jar
classutils-1.3.pom



Related Tutorials