T

TT-js

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