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>