Download jadex-commons-3.0.85.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 3.0.85 in this page.

License

GNU GENERAL PUBLIC LICENSE Version 3 or later

Build File

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

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

Download

Click the following link to download the jar file.

jadex-commons-3.0.85-javadoc.jar
jadex-commons-3.0.85-sources.jar
jadex-commons-3.0.85.jar
jadex-commons-3.0.85.pom



Related Tutorials