Tuples4J

Tiny framework for using tuples as first-class citizens in Java.

License

License

MIT
GroupId

GroupId

com.mmnaseri.utils
ArtifactId

ArtifactId

tuples4j
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Tuples4J
Tiny framework for using tuples as first-class citizens in Java.

Download tuples4j

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
org.testng : testng jar 7.1.0
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0