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

License

GNU Lesser General Public License ver. 3 or later

Build File

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

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

Download

Click the following link to download the jar file.

commons-3.8.3-javadoc.jar
commons-3.8.3-sources.jar
commons-3.8.3.jar
commons-3.8.3.pom



Related Tutorials