is not current version
Last Version 0.9.6

org.jproggy:snippetory 0.9.4

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.4
Type

Type

jar

Download snippetory 0.9.4


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