Resource Menu


by Benoît Thiébault - (no comment)

JRosetta 1.0.3

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.3</version>
</dependency>

<dependency>
  <groupId>com.artenum.jrosetta</groupId>
  <artifactId>jrosetta-engine</artifactId>
  <version>1.0.3</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.



Last edited by null at - Edit content - View history - View source