Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.oxerr |
ArtifactId | ArtifactIdchbtc-client |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
chbtc-client-2.0.0.pom | |
chbtc-client-2.0.0.jar | 53 KB |
chbtc-client-2.0.0-sources.jar | 31 KB |
chbtc-client-2.0.0-javadoc.jar | 237 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.oxerr/chbtc-client/ -->
<dependency>
<groupId>org.oxerr</groupId>
<artifactId>chbtc-client</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr/chbtc-client/
implementation 'org.oxerr:chbtc-client:2.0.0'
// https://jarcasting.com/artifacts/org.oxerr/chbtc-client/
implementation ("org.oxerr:chbtc-client:2.0.0")
'org.oxerr:chbtc-client:jar:2.0.0'
<dependency org="org.oxerr" name="chbtc-client" rev="2.0.0">
<artifact name="chbtc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr', module='chbtc-client', version='2.0.0')
)
libraryDependencies += "org.oxerr" % "chbtc-client" % "2.0.0"
[org.oxerr/chbtc-client "2.0.0"]