| GroupId | GroupIdcom.github.xuerong | 
    
|---|---|
| ArtifactId | ArtifactIdpeony-demo-old | 
    
| Version | Version1.0.0-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.xuerong/peony-demo-old/ -->
<dependency>
    <groupId>com.github.xuerong</groupId>
    <artifactId>peony-demo-old</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.xuerong/peony-demo-old/
implementation 'com.github.xuerong:peony-demo-old:1.0.0-RELEASE'
                // https://jarcasting.com/artifacts/com.github.xuerong/peony-demo-old/
implementation ("com.github.xuerong:peony-demo-old:1.0.0-RELEASE")
                'com.github.xuerong:peony-demo-old:jar:1.0.0-RELEASE'
                <dependency org="com.github.xuerong" name="peony-demo-old" rev="1.0.0-RELEASE">
  <artifact name="peony-demo-old" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.xuerong', module='peony-demo-old', version='1.0.0-RELEASE')
)
                libraryDependencies += "com.github.xuerong" % "peony-demo-old" % "1.0.0-RELEASE"
                [com.github.xuerong/peony-demo-old "1.0.0-RELEASE"]