Download jadex-commons-2.0-rc8.jar file - Jar j

Jar examples for j:jadex-commons

Description

Jadex commons is a base package containing frequently used functionality missing in standard Java utility classes.

You can download jar file jadex-commons 2.0-rc8 in this page.

License

GNU GENERAL PUBLIC LICENSE Version 3 or later

Build File

You can use the following script to add jadex-commons-2.0-rc8.jar to your project.

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

Download

Click the following link to download the jar file.

jadex-commons-2.0-rc8-javadoc.jar
jadex-commons-2.0-rc8-sources.jar
jadex-commons-2.0-rc8.jar
jadex-commons-2.0-rc8.pom



Related Tutorials