is not current version
Last Version 1.0.1-RELEASE

com.github.xuerong:peony-demo 1.0.0-RELEASE


GroupId

GroupId

com.github.xuerong
ArtifactId

ArtifactId

peony-demo
Version

Version

1.0.0-RELEASE
Type

Type

pom

Download peony-demo 1.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.xuerong/peony-demo/ -->
<dependency>
    <groupId>com.github.xuerong</groupId>
    <artifactId>peony-demo</artifactId>
    <version>1.0.0-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuerong/peony-demo/
implementation 'com.github.xuerong:peony-demo:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.xuerong/peony-demo/
implementation ("com.github.xuerong:peony-demo:1.0.0-RELEASE")
'com.github.xuerong:peony-demo:pom:1.0.0-RELEASE'
<dependency org="com.github.xuerong" name="peony-demo" rev="1.0.0-RELEASE">
  <artifact name="peony-demo" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xuerong', module='peony-demo', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.xuerong" % "peony-demo" % "1.0.0-RELEASE"
[com.github.xuerong/peony-demo "1.0.0-RELEASE"]