Last Version

org.jproggy:snippetory 0.9.6

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.

GroupId

GroupId

org.jproggy
ArtifactId

ArtifactId

snippetory
Version

Version

0.9.6
Type

Type

pom

Download snippetory 0.9.6

Filename Size
snippetory-0.9.6.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jproggy/snippetory/ -->
<dependency>
    <groupId>org.jproggy</groupId>
    <artifactId>snippetory</artifactId>
    <version>0.9.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jproggy/snippetory/
implementation 'org.jproggy:snippetory:0.9.6'
// https://jarcasting.com/artifacts/org.jproggy/snippetory/
implementation ("org.jproggy:snippetory:0.9.6")
'org.jproggy:snippetory:pom:0.9.6'
<dependency org="org.jproggy" name="snippetory" rev="0.9.6">
  <artifact name="snippetory" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jproggy', module='snippetory', version='0.9.6')
)
libraryDependencies += "org.jproggy" % "snippetory" % "0.9.6"
[org.jproggy/snippetory "0.9.6"]