t

tuplek-linuxx64

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