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.JRosetta 1.0.2
Binary package
The binary package comes with 2 jar files. One for the definition of the API which is composed of only java interfaces and a second one, which provides some implementation of the graphical components.Source package
The source package provides the full project managed by Ant with a build.xml file that allow the generation of the API and the Implementation classes.JRosetta 1.0.1
Binary package
The binary package comes with 2 jar files. One for the definition of the API which is composed of only java interfaces and a second one, which provides some implementation of the graphical components.Source package
The source package provides the full project managed by Ant with a build.xml file that allow the generation of the API and the Implementation classes.- QPL: jrosetta-src-1.0.1.zip
- GPL: jrosetta-1.0.1.zip