| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.xuerong | 
    
| ArtifactId | ArtifactIdpeony-demo-old | 
    
| Version | Version1.0.1-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionpeony-demo-old 1.0.1-RELEASE 
            Top Peony project pom.xml file 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.xuerong/peony-demo-old/ -->
<dependency>
    <groupId>com.github.xuerong</groupId>
    <artifactId>peony-demo-old</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.xuerong/peony-demo-old/
implementation 'com.github.xuerong:peony-demo-old:1.0.1-RELEASE'
                // https://jarcasting.com/artifacts/com.github.xuerong/peony-demo-old/
implementation ("com.github.xuerong:peony-demo-old:1.0.1-RELEASE")
                'com.github.xuerong:peony-demo-old:jar:1.0.1-RELEASE'
                <dependency org="com.github.xuerong" name="peony-demo-old" rev="1.0.1-RELEASE">
  <artifact name="peony-demo-old" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.xuerong', module='peony-demo-old', version='1.0.1-RELEASE')
)
                libraryDependencies += "com.github.xuerong" % "peony-demo-old" % "1.0.1-RELEASE"
                [com.github.xuerong/peony-demo-old "1.0.1-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.xuerong : peony-common | jar | 1.0.1-RELEASE | 
| com.github.xuerong : peony-core | jar | 1.0.1-RELEASE | 
| com.github.xuerong : peony-entrance | jar | 1.0.1-RELEASE | 
| com.github.xuerong : peony-platform | jar | 1.0.1-RELEASE | 
| com.opencsv : opencsv | jar | 4.0 | 
| org.projectlombok : lombok | jar | 1.18.12 | 
| junit : junit | jar | 4.13 |