Download commons-3.6.4.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.6.4 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.6.4.jar to your project.

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

Download

Click the following link to download the jar file.

commons-3.6.4-javadoc.jar
commons-3.6.4-sources.jar
commons-3.6.4.jar
commons-3.6.4.pom



Related Tutorials