Just a short notice, that Weblets 1.3 is released on Maven Central. To include Weblets in your own programs use following Maven directive. If you want to include Weblets in your program simply now use following entries in your dependencies section.
<dependency> <groupId>com.github.weblets</groupId> <artifactId>weblets-api</artifactId> <version>1.3</version> </dependency>
and for the implementation use following include
<dependency> <groupId>com.github.weblets</groupId> <artifactId>weblets-impl</artifactId> <version>1.3</version> </dependency>
For a summary of the new features see either the Weblets documentation or following blogpost.
Links
[1] Weblets homepage
Keine Kommentare:
Kommentar veröffentlichen