T

TT-androidnativex64

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