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