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

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

Download

Click the following link to download the jar file.

commons-0.2-javadoc.jar
commons-0.2-sources.jar
commons-0.2.jar
commons-0.2.pom



Related Tutorials