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

License

GNU Lesser General Public License ver. 3 or later

Build File

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

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

Download

Click the following link to download the jar file.

commons-0.0.8-javadoc.jar
commons-0.0.8-sources.jar
commons-0.0.8.jar
commons-0.0.8.pom



Related Tutorials