License |
License |
---|---|
GroupId | GroupIdcom.whaleal |
ArtifactId | ArtifactIdtuple |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontuple
java tuple implementation
|
Project URL |
Project URL |
Filename | Size |
---|---|
tuple-0.2.0.pom | |
tuple-0.2.0.jar | 19 KB |
tuple-0.2.0-sources.jar | 13 KB |
tuple-0.2.0-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.whaleal/tuple/ -->
<dependency>
<groupId>com.whaleal</groupId>
<artifactId>tuple</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.whaleal/tuple/
implementation 'com.whaleal:tuple:0.2.0'
// https://jarcasting.com/artifacts/com.whaleal/tuple/
implementation ("com.whaleal:tuple:0.2.0")
'com.whaleal:tuple:jar:0.2.0'
<dependency org="com.whaleal" name="tuple" rev="0.2.0">
<artifact name="tuple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whaleal', module='tuple', version='0.2.0')
)
libraryDependencies += "com.whaleal" % "tuple" % "0.2.0"
[com.whaleal/tuple "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |