Download commons-1.0.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 1.0.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-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

commons-1.0.0.pom



Related Tutorials