t

tuplek-linuxx64

Tiny tuples lib for Kotlin with cool infix syntax.
https://github.com/mareklangiewicz/TupleK
Apache-2.0
Marek Langiewicz
文件下载
文件名 操作
tuplek-linuxx64-0.0.14.pom 下载
tuplek-linuxx64-0.0.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>pl.mareklangiewicz</groupId>
  <artifactId>tuplek-linuxx64</artifactId>
  <version>0.0.14</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'pl.mareklangiewicz:tuplek-linuxx64:0.0.14'
Gradle Kotlin
implementation("pl.mareklangiewicz:tuplek-linuxx64:0.0.14")
Scala SBT
libraryDependencies += "pl.mareklangiewicz" % "tuplek-linuxx64" % "0.0.14"
Groovy Grape
@Grapes(
  @Grab(group='pl.mareklangiewicz', module='tuplek-linuxx64', version='0.0.14')
)
Apache Ivy
<dependency org="pl.mareklangiewicz" name="tuplek-linuxx64" rev="0.0.14" />
Leiningen
[pl.mareklangiewicz/tuplek-linuxx64 "0.0.14"]
Apache Buildr
'pl.mareklangiewicz:tuplek-linuxx64:jar:0.0.14'