GroupId | GroupIdcom.github.jonzhang3 |
---|---|
ArtifactId | ArtifactIdtuples |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
tuples-1.0.0.pom | |
tuples-1.0.0.jar | 10 KB |
tuples-1.0.0-sources.jar | 7 KB |
tuples-1.0.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jonzhang3/tuples/ -->
<dependency>
<groupId>com.github.jonzhang3</groupId>
<artifactId>tuples</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonzhang3/tuples/
implementation 'com.github.jonzhang3:tuples:1.0.0'
// https://jarcasting.com/artifacts/com.github.jonzhang3/tuples/
implementation ("com.github.jonzhang3:tuples:1.0.0")
'com.github.jonzhang3:tuples:jar:1.0.0'
<dependency org="com.github.jonzhang3" name="tuples" rev="1.0.0">
<artifact name="tuples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonzhang3', module='tuples', version='1.0.0')
)
libraryDependencies += "com.github.jonzhang3" % "tuples" % "1.0.0"
[com.github.jonzhang3/tuples "1.0.0"]