MVN

org.jproggy : snippetory

Maven & Gradle

Feb 23, 2020

Snippetory Template Engine · Snippetory is a template engine for java with an integrated repository for organizing and reusing the template code. Logic and presentation are separated by an abstraction layer with support for different technologies and a powerful formatting engine.

<dependency>
    <groupId>org.jproggy</groupId>
    <artifactId>snippetory</artifactId>
    <version>0.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jproggy : snippetory to add to Maven - Latest Versions:

  • Latest Stable: 0.9.6

All Versions

Choose a version of org.jproggy : snippetory to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
snippetory-0.9.6
snippetory-0.9.5.1
snippetory-0.9.5
snippetory-0.9.4.1
snippetory-0.9.4
snippetory-0.9.3
snippetory-0.9.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jproggy</groupId>
    <artifactId>snippetory</artifactId>
    <version>0.9.6</version>
</dependency>

Advertisement