JRosetta 1.0.4
JRosetta is composed of two different packages: one providing the API called
jrosetta-api and the other one, called
jrosetta-engine, providing default implementations of some graphical components.
Maven usage
If you want to use JRosetta in a Maven-managed project, simply add the two following dependencies in your pom.xml file:
<dependency>
<groupId>com.artenum.jrosetta</groupId>
<artifactId>jrosetta-api</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.artenum.jrosetta</groupId>
<artifactId>jrosetta-engine</artifactId>
<version>1.0.4</version>
</dependency>
Binary package
You can also directly download the jar files below:
Source package
The source package provides the full project managed by Maven.