Download my-java-utils-0.1.0.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.1.0 in this page.

License

Apache2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials