Jar examples for j:javolution
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.4.0 in this page.
BSD License
You can use the following script to add javolution-5.4.0.jar to your project.
<dependency> <groupId>javolution</groupId> <artifactId>javolution</artifactId> <version>5.4.0</version> </dependency>
compile group: 'javolution', name: 'javolution', version: '5.4.0'
libraryDependencies += "javolution" % "javolution" % "5.4.0"
<dependency org="javolution" name="javolution" rev="5.4.0"/>
@Grapes(@Grab(group='javolution', module='javolution', version='5.4.0'))
'javolution:javolution:jar:5.4.0'
Click the following link to download the jar file.
javolution-5.4.0.jar