s

snippetory-core

Snippetory is a template engine for java with an integrated repository for organizing and re-using the template code. Logic and presentation are separated by an abstraction layer with support for different technologies and a powerful formatting engine.
https://www.jproggy.org/snippetory/best-pratice/
The Apache License, Version 2.0
JProggy
Bernd Ebertz
Files download
File Operation
snippetory-core-0.9.7.jar download
snippetory-core-0.9.7.pom download
snippetory-core-0.9.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jproggy</groupId>
  <artifactId>snippetory-core</artifactId>
  <version>0.9.7</version>
</dependency>
Gradle Groovy
implementation 'org.jproggy:snippetory-core:0.9.7'
Gradle Kotlin
implementation("org.jproggy:snippetory-core:0.9.7")
Scala SBT
libraryDependencies += "org.jproggy" % "snippetory-core" % "0.9.7"
Groovy Grape
@Grapes(
  @Grab(group='org.jproggy', module='snippetory-core', version='0.9.7')
)
Apache Ivy
<dependency org="org.jproggy" name="snippetory-core" rev="0.9.7" />
Leiningen
[org.jproggy/snippetory-core "0.9.7"]
Apache Buildr
'org.jproggy:snippetory-core:jar:0.9.7'