License |
License |
---|---|
GroupId | GroupIdorg.javatuples |
ArtifactId | ArtifactIdjavatuples |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjavatuples
Java library for tuples in Java.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
javatuples-1.2.pom | |
javatuples-1.2.jar | 63 KB |
javatuples-1.2-sources.jar | 46 KB |
javatuples-1.2-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javatuples/javatuples/ -->
<dependency>
<groupId>org.javatuples</groupId>
<artifactId>javatuples</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.javatuples/javatuples/
implementation 'org.javatuples:javatuples:1.2'
// https://jarcasting.com/artifacts/org.javatuples/javatuples/
implementation ("org.javatuples:javatuples:1.2")
'org.javatuples:javatuples:jar:1.2'
<dependency org="org.javatuples" name="javatuples" rev="1.2">
<artifact name="javatuples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javatuples', module='javatuples', version='1.2')
)
libraryDependencies += "org.javatuples" % "javatuples" % "1.2"
[org.javatuples/javatuples "1.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.5 |
junit : junit | jar | 4.8.2 |