License |
License |
---|---|
GroupId | GroupIdcom.xeiam.xchange |
ArtifactId | ArtifactIdxchange-core |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXChange Core
Core functionality used by all other modules.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xchange-core-3.1.0.pom | |
xchange-core-3.1.0.jar | 151 KB |
xchange-core-3.1.0-sources.jar | 146 KB |
xchange-core-3.1.0-javadoc.jar | 585 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xeiam.xchange/xchange-core/ -->
<dependency>
<groupId>com.xeiam.xchange</groupId>
<artifactId>xchange-core</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xeiam.xchange/xchange-core/
implementation 'com.xeiam.xchange:xchange-core:3.1.0'
// https://jarcasting.com/artifacts/com.xeiam.xchange/xchange-core/
implementation ("com.xeiam.xchange:xchange-core:3.1.0")
'com.xeiam.xchange:xchange-core:jar:3.1.0'
<dependency org="com.xeiam.xchange" name="xchange-core" rev="3.1.0">
<artifact name="xchange-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xeiam.xchange', module='xchange-core', version='3.1.0')
)
libraryDependencies += "com.xeiam.xchange" % "xchange-core" % "3.1.0"
[com.xeiam.xchange/xchange-core "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.java-websocket : Java-WebSocket | jar | 1.3.0 |
org.slf4j : slf4j-api | jar | 1.7.12 |
com.github.mmazi : rescu | jar | 1.7.2 |
net.iharder : base64 | jar | 2.3.8 |
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.12 |
org.easytesting : fest-assert-core | jar | 2.0M10 |