Tuples

Convenient java tuples library

License

License

GroupId

GroupId

org.jmmo
ArtifactId

ArtifactId

tuples
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Tuples
Convenient java tuples library
Project URL

Project URL

https://github.com/Megaprog/tuples
Source Code Management

Source Code Management

https://github.com/Megaprog/tuples

Download tuples

How to add to project

<!-- https://jarcasting.com/artifacts/org.jmmo/tuples/ -->
<dependency>
    <groupId>org.jmmo</groupId>
    <artifactId>tuples</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmmo/tuples/
implementation 'org.jmmo:tuples:1.4'
// https://jarcasting.com/artifacts/org.jmmo/tuples/
implementation ("org.jmmo:tuples:1.4")
'org.jmmo:tuples:jar:1.4'
<dependency org="org.jmmo" name="tuples" rev="1.4">
  <artifact name="tuples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmmo', module='tuples', version='1.4')
)
libraryDependencies += "org.jmmo" % "tuples" % "1.4"
[org.jmmo/tuples "1.4"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.2.0

Project Modules

There are no modules declared in this project.

Maven Central

Tuples

Convenient java tuples library.

How to get it?

You can use it as a maven dependency:

<dependency>
    <groupId>org.jmmo</groupId>
    <artifactId>tuples</artifactId>
    <version>1.4</version>
</dependency>

Or download the latest build at: https://github.com/Megaprog/tuples/releases

How to use it?

Tuple2 pair = Tuples.of("a", 1);
Tuple3 triplet = Tuples.of("a", 1, 2.0);

Versions

Version
1.4
1.3
1.2
1.1
1.0