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