T

TT-jvm

A named {{ tag }} template processor in kotlin
https://github.com/L-Briand/TT
MIT
Lionel Briand
Files download
File Operation
TT-jvm-1.0.0.jar download
TT-jvm-1.0.0.pom download
TT-jvm-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.orandja.tt</groupId>
  <artifactId>TT-jvm</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'net.orandja.tt:TT-jvm:1.0.0'
Gradle Kotlin
implementation("net.orandja.tt:TT-jvm:1.0.0")
Scala SBT
libraryDependencies += "net.orandja.tt" % "TT-jvm" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='net.orandja.tt', module='TT-jvm', version='1.0.0')
)
Apache Ivy
<dependency org="net.orandja.tt" name="TT-jvm" rev="1.0.0" />
Leiningen
[net.orandja.tt/TT-jvm "1.0.0"]
Apache Buildr
'net.orandja.tt:TT-jvm:jar:1.0.0'