GroupId | GroupIdtech.codingzen |
---|---|
ArtifactId | ArtifactIdktuple |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ktuple-1.0.0.pom | |
ktuple-1.0.0.jar | 31 KB |
ktuple-1.0.0-sources.jar | 6 KB |
ktuple-1.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.codingzen/ktuple/ -->
<dependency>
<groupId>tech.codingzen</groupId>
<artifactId>ktuple</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.codingzen/ktuple/
implementation 'tech.codingzen:ktuple:1.0.0'
// https://jarcasting.com/artifacts/tech.codingzen/ktuple/
implementation ("tech.codingzen:ktuple:1.0.0")
'tech.codingzen:ktuple:jar:1.0.0'
<dependency org="tech.codingzen" name="ktuple" rev="1.0.0">
<artifact name="ktuple" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.codingzen', module='ktuple', version='1.0.0')
)
libraryDependencies += "tech.codingzen" % "ktuple" % "1.0.0"
[tech.codingzen/ktuple "1.0.0"]