Titanite 1.0.0 Released

published on July 26, 2014


Most noticeable changes are:

  • Session scope support
  • Flash scope support
  • HEAD and OPTIONS support
  • request attributes
  • ...

Titanite 1.0.0 is now available in Maven Central.

Maven:

<dependency>
  <groupId>org.nosceon.titanite</groupId>
  <artifactId>titanite</artifactId>
  <version>1.0.0</version>
</dependency>

SBT:

"org.nosceon.titanite" % "titanite" % "1.0.0"

Ivy:

<dependency org="org.nosceon.titanite" name="titanite" rev="1.0.0" />

Gradle:

compile 'org.nosceon.titanite:titanite:1.0.0'