| GroupId | GroupIdcom.github.xuerong | 
    
|---|---|
| ArtifactId | ArtifactIdpeony-demo | 
    
| Version | Version1.0.0-RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| peony-demo-1.0.0-RELEASE.pom | 1 KB | 
| Browse | 
<!-- 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"]