Last Version

JTuples 0.1.3

Tuples library for Java. Inspired by Scala tuples.

License

License

GroupId

GroupId

com.othelle.jtuples
ArtifactId

ArtifactId

jtuples
Version

Version

0.1.3
Type

Type

jar
Description

Description

JTuples
Tuples library for Java. Inspired by Scala tuples.
Project URL

Project URL

http://jtuples.othelle.com
Source Code Management

Source Code Management

https://github.com/vasilyvlasov/jtuples.git

Download jtuples 0.1.3


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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit-dep jar 4.11
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.