GroupId | GroupIdorg.knowm.xchange |
---|---|
ArtifactId | ArtifactIdxchange-parent |
Version | Version5.0.4 |
Type | Typepom |
Filename | Size |
---|---|
xchange-parent-5.0.4.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.knowm.xchange/xchange-parent/ -->
<dependency>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-parent/
implementation 'org.knowm.xchange:xchange-parent:5.0.4'
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-parent/
implementation ("org.knowm.xchange:xchange-parent:5.0.4")
'org.knowm.xchange:xchange-parent:pom:5.0.4'
<dependency org="org.knowm.xchange" name="xchange-parent" rev="5.0.4">
<artifact name="xchange-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.knowm.xchange', module='xchange-parent', version='5.0.4')
)
libraryDependencies += "org.knowm.xchange" % "xchange-parent" % "5.0.4"
[org.knowm.xchange/xchange-parent "5.0.4"]