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

License

Apache2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials