is not current version
Last Version 6.0.0

org.javolution:javolution 5.3.1

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 executable for Java 1.5+ (parameterized classes). For others targets the ant script should be used directly (e.g. "ant j2me").

GroupId

GroupId

org.javolution
ArtifactId

ArtifactId

javolution
Version

Version

5.3.1
Type

Type

jar

Download javolution 5.3.1


<!-- https://jarcasting.com/artifacts/org.javolution/javolution/ -->
<dependency>
    <groupId>org.javolution</groupId>
    <artifactId>javolution</artifactId>
    <version>5.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.javolution/javolution/
implementation 'org.javolution:javolution:5.3.1'
// https://jarcasting.com/artifacts/org.javolution/javolution/
implementation ("org.javolution:javolution:5.3.1")
'org.javolution:javolution:jar:5.3.1'
<dependency org="org.javolution" name="javolution" rev="5.3.1">
  <artifact name="javolution" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javolution', module='javolution', version='5.3.1')
)
libraryDependencies += "org.javolution" % "javolution" % "5.3.1"
[org.javolution/javolution "5.3.1"]