Javolution

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).

License

License

GroupId

GroupId

org.javolution
ArtifactId

ArtifactId

javolution
Last Version

Last Version

6.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Javolution
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

http://javolution.org
Project Organization

Project Organization

Javolution

Download javolution

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core-java
  • core-cpp

Versions

Version
6.0.0
5.3.1
5.2.6
5.2.3