Using Apache Presenters in 0.31 Archetypes

Version 0.31 of DukeScript Maven Archetypes is using the latest presenters that have been donated to Apache in October 2019. Generate your new (or update existing) projects according to the 0.31 skeleton to benefit from the Apache and DukeHoff co-operation!

The presenters are now part of Apache NetBeans HTML/Java API 1.7 as following packages:

All the archetypes are now relying the prototypical presenter either directly via Apache browser and webkit presenters or via iOS and Android presenters which have also been updated to rely on Apache NetBeans HTML/Java API 1.7.

Simply get started via the command line or via Apache NetBeans IDE 11.x as the getting started tutorial shows:

$ mvn archetype:generate \
	-DarchetypeGroupId=com.dukescript.archetype \
	-DarchetypeArtifactId=knockout4j-archetype \
	-DarchetypeVersion=0.31

It is easy to get started with DukeScript and write truly portable applications in Java! Benefit from the support of the great Apache community!