is not current version
Last Version 5.5.1

javolution:javolution 5.4.2

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

javolution
ArtifactId

ArtifactId

javolution
Version

Version

5.4.2
Type

Type

jar

Download javolution 5.4.2


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