JSLT v0.1.1 Release Notes

Release Date: 2018-06-14 // almost 6 years ago
  • 0️⃣ Minor feature extension allowing clients to control how references to JSLT modules are resolved. Earlier they were only loaded from the classpath, but now clients can resolve them any way they wish. The default remains to load them from classpath.

    <dependency>
      <groupId>com.schibsted.spt.data</groupId>
      <artifactId>jslt</artifactId>
      <version>0.1.1</version>
    </dependency>