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