Download commons-1.4.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 1.4.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-1.4.2.jar to your project.

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

Download

Click the following link to download the jar file.

commons-1.4.2.pom



Related Tutorials