Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.casehubdk |
ArtifactId | ArtifactIdclient_2_12 |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
client_2_12-2.0.0.pom | |
client_2_12-2.0.0.jar | 3 MB |
client_2_12-2.0.0-sources.jar | 4 KB |
client_2_12-2.0.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.casehubdk/client_2_12/ -->
<dependency>
<groupId>io.github.casehubdk</groupId>
<artifactId>client_2_12</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.casehubdk/client_2_12/
implementation 'io.github.casehubdk:client_2_12:2.0.0'
// https://jarcasting.com/artifacts/io.github.casehubdk/client_2_12/
implementation ("io.github.casehubdk:client_2_12:2.0.0")
'io.github.casehubdk:client_2_12:jar:2.0.0'
<dependency org="io.github.casehubdk" name="client_2_12" rev="2.0.0">
<artifact name="client_2_12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.casehubdk', module='client_2_12', version='2.0.0')
)
libraryDependencies += "io.github.casehubdk" % "client_2_12" % "2.0.0"
[io.github.casehubdk/client_2_12 "2.0.0"]