Download commons-1.9.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.9 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.9.jar to your project.

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

Download

Click the following link to download the jar file.

commons-1.9-javadoc.jar
commons-1.9-sources.jar
commons-1.9.jar
commons-1.9.pom



Related Tutorials