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