Tomas Bartalos is pleased to announce 1.1.2 release of his diploma project jade4script!
Changes in this version include:
New features:
o added assembly configuration - to assembly zip, bzip2 and gzip packages
o configuring maven to deploy zip, bzip2 and gzip artifacts to releases directory and jar artifact to maven directory
o added implementation of scriptServices module, which simplifies integration of Java and scripting environment (extends JSR-223)
o added implementation of scripting agent
Changes:
o update announcement mail to show maven dependency for release, that can be added to pom
For a manual installation, you can download the jade4script.jar here:
https://sourceforge.net/projects/jade4script/files/
To use this release in your maven based project add this snippet to your pom file:
<dependencies>
...
<dependency>
<groupId>net.sourceforge.jade4script</groupId>
<artifactId>jade4script</artifactId>
<version>1.1.2</version>
</dependency>
...
<dependencies>
For quick development startup use this maven archetype:
catalog: http://jade4script.sourceforge.net/m2repo/archetype-catalog.xml
groupId: net.sourceforge.jade4script.archetypes
artifactId: jade4scriptQuickStart-archetype
For further information please visit the project's web site:
http://jade4script.sourceforge.net
Have fun!
--
Tomas Bartalos, FIIT STU
http://jade4script.sourceforge.net
|