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

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

Download

Click the following link to download the jar file.

commons-6.7.2-javadoc.jar
commons-6.7.2-sources.jar
commons-6.7.2.jar
commons-6.7.2.pom



Related Tutorials