License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface |
GroupId | GroupIdnet.sealake |
ArtifactId | ArtifactIdbinance-api-client |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
DescriptionModule to centralize common resources and configuration for builds.
|
<!-- https://jarcasting.com/artifacts/net.sealake/binance-api-client/ -->
<dependency>
<groupId>net.sealake</groupId>
<artifactId>binance-api-client</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.sealake/binance-api-client/
implementation 'net.sealake:binance-api-client:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/net.sealake/binance-api-client/
implementation ("net.sealake:binance-api-client:1.0.0.RELEASE")
'net.sealake:binance-api-client:jar:1.0.0.RELEASE'
<dependency org="net.sealake" name="binance-api-client" rev="1.0.0.RELEASE">
<artifact name="binance-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sealake', module='binance-api-client', version='1.0.0.RELEASE')
)
libraryDependencies += "net.sealake" % "binance-api-client" % "1.0.0.RELEASE"
[net.sealake/binance-api-client "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.3.0 |
com.squareup.retrofit2 : converter-jackson | jar | 2.3.0 |
commons-codec : commons-codec | jar | 1.10 |
org.apache.commons : commons-lang3 | jar | 3.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |