t

tuple

A simple small library which adds ability to work with immutable pairs and triples
https://github.com/vldrus/tuple
Apache License, Version 2.0
Vladislav Alekseev
Files download
File Operation
tuple-1.0.1.jar download
tuple-1.0.1.pom download
tuple-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vldrus</groupId>
  <artifactId>tuple</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.vldrus:tuple:1.0.1'
Gradle Kotlin
implementation("com.github.vldrus:tuple:1.0.1")
Scala SBT
libraryDependencies += "com.github.vldrus" % "tuple" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vldrus', module='tuple', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.vldrus" name="tuple" rev="1.0.1" />
Leiningen
[com.github.vldrus/tuple "1.0.1"]
Apache Buildr
'com.github.vldrus:tuple:jar:1.0.1'
Dependencies