License |
License |
---|---|
GroupId | GroupIdcom.gruelbox |
ArtifactId | ArtifactIdxchange-parent |
Last Version | Last Version4.3.19.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOrko XChange Fork
This is the public fork of XChange (https://github.com/knowm/XChange) used by Orko
(https://github.com/gruelbox/orko), which is usually the development branch of XChange plus
some urgent fixes. Those fixes will be or will have already been submitted to XChange
as pull requests, but will not have been reviewed yet. It is not advised for other projects
to track or use this fork. Please use the main project.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xchange-parent-4.3.19.2.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gruelbox/xchange-parent/ -->
<dependency>
<groupId>com.gruelbox</groupId>
<artifactId>xchange-parent</artifactId>
<version>4.3.19.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gruelbox/xchange-parent/
implementation 'com.gruelbox:xchange-parent:4.3.19.2'
// https://jarcasting.com/artifacts/com.gruelbox/xchange-parent/
implementation ("com.gruelbox:xchange-parent:4.3.19.2")
'com.gruelbox:xchange-parent:pom:4.3.19.2'
<dependency org="com.gruelbox" name="xchange-parent" rev="4.3.19.2">
<artifact name="xchange-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gruelbox', module='xchange-parent', version='4.3.19.2')
)
libraryDependencies += "com.gruelbox" % "xchange-parent" % "4.3.19.2"
[com.gruelbox/xchange-parent "4.3.19.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.12.2 |