License |
License |
---|---|
GroupId | GroupIdorg.javolution |
ArtifactId | ArtifactIdjavolution |
Last Version | Last Version6.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavolution
Javolution - Java Solution for Real-Time and Embedded Systems.
This project provides a Java library and a (mirror) C++ library.
Both libraries are maven-based and can be used to build multi-platform real-time applications
or to port Java applications to C++. The C++ library contains already a port of OSGi and JUnit
(demonstrated by the subproject test-cpp).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
javolution-6.0.0.pom | |
javolution-6.0.0.jar | 432 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javolution/javolution/ -->
<dependency>
<groupId>org.javolution</groupId>
<artifactId>javolution</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.javolution/javolution/
implementation 'org.javolution:javolution:6.0.0'
// https://jarcasting.com/artifacts/org.javolution/javolution/
implementation ("org.javolution:javolution:6.0.0")
'org.javolution:javolution:jar:6.0.0'
<dependency org="org.javolution" name="javolution" rev="6.0.0">
<artifact name="javolution" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javolution', module='javolution', version='6.0.0')
)
libraryDependencies += "org.javolution" % "javolution" % "6.0.0"
[org.javolution/javolution "6.0.0"]