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

License

GNU Lesser General Public License ver. 3 or later

Build File

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

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

Download

Click the following link to download the jar file.

commons-4.8.9-javadoc.jar
commons-4.8.9-sources.jar
commons-4.8.9.jar
commons-4.8.9.pom



Related Tutorials