Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.joshualley |
ArtifactId | ArtifactIdK3Client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
K3Client-1.0.0.pom | |
K3Client-1.0.0.jar | 40 KB |
K3Client-1.0.0-sources.jar | 16 KB |
K3Client-1.0.0-javadoc.jar | 171 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.joshualley/K3Client/ -->
<dependency>
<groupId>com.github.joshualley</groupId>
<artifactId>K3Client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.joshualley/K3Client/
implementation 'com.github.joshualley:K3Client:1.0.0'
// https://jarcasting.com/artifacts/com.github.joshualley/K3Client/
implementation ("com.github.joshualley:K3Client:1.0.0")
'com.github.joshualley:K3Client:jar:1.0.0'
<dependency org="com.github.joshualley" name="K3Client" rev="1.0.0">
<artifact name="K3Client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.joshualley', module='K3Client', version='1.0.0')
)
libraryDependencies += "com.github.joshualley" % "K3Client" % "1.0.0"
[com.github.joshualley/K3Client "1.0.0"]