Download my-java-utils-0.0.7.jar file - Jar m

Jar examples for m:my-java-utils

Description

My personal set of utils that I take along with my java projects.

You can download jar file my-java-utils 0.0.7 in this page.

License

Apache2

Build File

You can use the following script to add my-java-utils-0.0.7.jar to your project.

<dependency>
   <groupId>in.ashwanthkumar</groupId>
   <artifactId>my-java-utils</artifactId>
   <version>0.0.7</version>
</dependency>
compile group: 'in.ashwanthkumar', name: 'my-java-utils', version: '0.0.7'
libraryDependencies += "in.ashwanthkumar" % "my-java-utils" % "0.0.7"
<dependency org="in.ashwanthkumar" name="my-java-utils" rev="0.0.7"/>
@Grapes(@Grab(group='in.ashwanthkumar', module='my-java-utils', version='0.0.7'))
'in.ashwanthkumar:my-java-utils:jar:0.0.7'

Download

Click the following link to download the jar file.

my-java-utils-0.0.7-javadoc.jar
my-java-utils-0.0.7-sources.jar
my-java-utils-0.0.7.jar
my-java-utils-0.0.7.pom



Related Tutorials