j

jte-parent

A template engine using plain Java code.
http://jte.gg
Apache License, Version 2.0
Andreas Hager
Files download
File Operation
jte-parent-1.11.3.pom download
Apache Maven
<dependency>
  <groupId>gg.jte</groupId>
  <artifactId>jte-parent</artifactId>
  <version>1.11.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'gg.jte:jte-parent:1.11.3'
Gradle Kotlin
implementation("gg.jte:jte-parent:1.11.3")
Scala SBT
libraryDependencies += "gg.jte" % "jte-parent" % "1.11.3"
Groovy Grape
@Grapes(
  @Grab(group='gg.jte', module='jte-parent', version='1.11.3')
)
Apache Ivy
<dependency org="gg.jte" name="jte-parent" rev="1.11.3" />
Leiningen
[gg.jte/jte-parent "1.11.3"]
Apache Buildr
'gg.jte:jte-parent:jar:1.11.3'