Download commons-0.0.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 0.0.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-0.0.4.jar to your project.

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

Download

Click the following link to download the jar file.

commons-0.0.4-javadoc.jar
commons-0.0.4-sources.jar
commons-0.0.4.jar
commons-0.0.4.pom



Related Tutorials