Download commons-1.2.6.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 1.2.6 in this page.

License

GNU Lesser General Public License ver. 3 or later

Build File

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

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

Download

Click the following link to download the jar file.

commons-1.2.6-javadoc.jar
commons-1.2.6-sources.jar
commons-1.2.6-tests.jar
commons-1.2.6.jar
commons-1.2.6.pom



Related Tutorials