Download javolution-5.3.1.jar file - Jar j

Jar examples for j:javolution

Description

Javolution - Java Solution for Real-Time and Embedded Systems. This project uses template classes to generates java code for various versions of the Java run-time (e.g. J2ME, 1.4, GCJ, 1.5). The default maven compilation builds OSGI bundle for Java 1.5+ (parameterized classes). For others targets the ant script should be used directly (e.g. "ant j2me").

You can download jar file javolution 5.3.1 in this page.

License

BSD License

Build File

You can use the following script to add javolution-5.3.1.jar to your project.

<dependency>
   <groupId>javolution</groupId>
   <artifactId>javolution</artifactId>
   <version>5.3.1</version>
</dependency>
compile group: 'javolution', name: 'javolution', version: '5.3.1'
libraryDependencies += "javolution" % "javolution" % "5.3.1"
<dependency org="javolution" name="javolution" rev="5.3.1"/>
@Grapes(@Grab(group='javolution', module='javolution', version='5.3.1'))
'javolution:javolution:jar:5.3.1'

Download

Click the following link to download the jar file.

javolution-5.3.1-javadoc.jar
javolution-5.3.1-sources.jar
javolution-5.3.1.jar
javolution-5.3.1.pom



Related Tutorials