is not current version
Last Version 4.3.19.2

com.gruelbox:xchange-parent 4.3.16.1

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 plu 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.

GroupId

GroupId

com.gruelbox
ArtifactId

ArtifactId

xchange-parent
Version

Version

4.3.16.1
Type

Type

pom

Download xchange-parent 4.3.16.1


<!-- https://jarcasting.com/artifacts/com.gruelbox/xchange-parent/ -->
<dependency>
    <groupId>com.gruelbox</groupId>
    <artifactId>xchange-parent</artifactId>
    <version>4.3.16.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gruelbox/xchange-parent/
implementation 'com.gruelbox:xchange-parent:4.3.16.1'
// https://jarcasting.com/artifacts/com.gruelbox/xchange-parent/
implementation ("com.gruelbox:xchange-parent:4.3.16.1")
'com.gruelbox:xchange-parent:pom:4.3.16.1'
<dependency org="com.gruelbox" name="xchange-parent" rev="4.3.16.1">
  <artifact name="xchange-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gruelbox', module='xchange-parent', version='4.3.16.1')
)
libraryDependencies += "com.gruelbox" % "xchange-parent" % "4.3.16.1"
[com.gruelbox/xchange-parent "4.3.16.1"]