Download commons-1.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

commons-1.3-javadoc.jar
commons-1.3-sources.jar
commons-1.3.jar
commons-1.3.pom



Related Tutorials