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

License

GNU Lesser General Public License ver. 3 or later

Build File

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

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

Download

Click the following link to download the jar file.

commons-5.1.0-javadoc.jar
commons-5.1.0-sources.jar
commons-5.1.0.jar
commons-5.1.0.pom



Related Tutorials