Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.bingoohuang |
ArtifactId | ArtifactIddiamond-client |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
diamond-client-0.0.9.pom | |
diamond-client-0.0.9.jar | 89 KB |
diamond-client-0.0.9-sources.jar | 37 KB |
diamond-client-0.0.9-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/diamond-client/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>diamond-client</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/diamond-client/
implementation 'com.github.bingoohuang:diamond-client:0.0.9'
// https://jarcasting.com/artifacts/com.github.bingoohuang/diamond-client/
implementation ("com.github.bingoohuang:diamond-client:0.0.9")
'com.github.bingoohuang:diamond-client:jar:0.0.9'
<dependency org="com.github.bingoohuang" name="diamond-client" rev="0.0.9">
<artifact name="diamond-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='diamond-client', version='0.0.9')
)
libraryDependencies += "com.github.bingoohuang" % "diamond-client" % "0.0.9"
[com.github.bingoohuang/diamond-client "0.0.9"]