| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.xuerong | 
    
| ArtifactId | ArtifactIdpeony-all | 
    
| Version | Version1.0.1-RELEASE | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionPeony 1.0.1-RELEASE 
            Top Peony project pom.xml file 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| peony-all-1.0.1-RELEASE.pom | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.xuerong/peony-all/ -->
<dependency>
    <groupId>com.github.xuerong</groupId>
    <artifactId>peony-all</artifactId>
    <version>1.0.1-RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.xuerong/peony-all/
implementation 'com.github.xuerong:peony-all:1.0.1-RELEASE'
                // https://jarcasting.com/artifacts/com.github.xuerong/peony-all/
implementation ("com.github.xuerong:peony-all:1.0.1-RELEASE")
                'com.github.xuerong:peony-all:pom:1.0.1-RELEASE'
                <dependency org="com.github.xuerong" name="peony-all" rev="1.0.1-RELEASE">
  <artifact name="peony-all" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.xuerong', module='peony-all', version='1.0.1-RELEASE')
)
                libraryDependencies += "com.github.xuerong" % "peony-all" % "1.0.1-RELEASE"
                [com.github.xuerong/peony-all "1.0.1-RELEASE"]