Download commons-0.0.2.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.2 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.2.jar to your project.

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

Download

Click the following link to download the jar file.

commons-0.0.2-javadoc.jar
commons-0.0.2-sources.jar
commons-0.0.2.jar
commons-0.0.2.pom



Related Tutorials