Download commons-0.0.3.jar file - Jar c

Jar examples for c:commons

Description

Common Library Functionalities to be used across Orchestrator and ServiceLibrary

You can download jar file commons 0.0.3 in this page.

License

GNU Lesser General Public License ver. 3 or later

Build File

You can use the following script to add commons-0.0.3.jar to your project.

<dependency>
   <groupId>net.wicp.tams</groupId>
   <artifactId>commons</artifactId>
   <version>0.0.3</version>
</dependency>
compile group: 'net.wicp.tams', name: 'commons', version: '0.0.3'
libraryDependencies += "net.wicp.tams" % "commons" % "0.0.3"
<dependency org="net.wicp.tams" name="commons" rev="0.0.3"/>
@Grapes(@Grab(group='net.wicp.tams', module='commons', version='0.0.3'))
'net.wicp.tams:commons:jar:0.0.3'

Download

Click the following link to download the jar file.

commons-0.0.3-javadoc.jar
commons-0.0.3-sources.jar
commons-0.0.3.jar
commons-0.0.3.pom



Related Tutorials