License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.andrebreves.java |
ArtifactId | ArtifactIdjava-tuple |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.andrebreves.java:java-tuple
Yet another Tuple library for Java 8
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-tuple-1.0.0.pom | |
java-tuple-1.0.0.jar | 36 KB |
java-tuple-1.0.0-sources.jar | 25 KB |
java-tuple-1.0.0-javadoc.jar | 500 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.andrebreves.java/java-tuple/ -->
<dependency>
<groupId>com.andrebreves.java</groupId>
<artifactId>java-tuple</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.andrebreves.java/java-tuple/
implementation 'com.andrebreves.java:java-tuple:1.0.0'
// https://jarcasting.com/artifacts/com.andrebreves.java/java-tuple/
implementation ("com.andrebreves.java:java-tuple:1.0.0")
'com.andrebreves.java:java-tuple:jar:1.0.0'
<dependency org="com.andrebreves.java" name="java-tuple" rev="1.0.0">
<artifact name="java-tuple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.andrebreves.java', module='java-tuple', version='1.0.0')
)
libraryDependencies += "com.andrebreves.java" % "java-tuple" % "1.0.0"
[com.andrebreves.java/java-tuple "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |