GroupId | GroupIdcom.gruelbox |
---|---|
ArtifactId | ArtifactIdxchange-stream-binance |
Version | Version4.3.16.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gruelbox/xchange-stream-binance/ -->
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>xchange-stream-binance</artifactId>
<version>4.3.16.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gruelbox/xchange-stream-binance/
implementation 'com.gruelbox:xchange-stream-binance:4.3.16.2'
// https://jarcasting.com/artifacts/com.gruelbox/xchange-stream-binance/
implementation ("com.gruelbox:xchange-stream-binance:4.3.16.2")
'com.gruelbox:xchange-stream-binance:jar:4.3.16.2'
<dependency org="com.gruelbox" name="xchange-stream-binance" rev="4.3.16.2">
<artifact name="xchange-stream-binance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gruelbox', module='xchange-stream-binance', version='4.3.16.2')
)
libraryDependencies += "com.gruelbox" % "xchange-stream-binance" % "4.3.16.2"
[com.gruelbox/xchange-stream-binance "4.3.16.2"]