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