T

TT-watchosarm32

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