| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.jiuxian | 
    
| ArtifactId | ArtifactIdjiuxian-bom | 
    
| Version | Version1.0.3-RELEASE | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionJiuxian maven project parent 
            Parent maven defination of Jiuxian projects 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jiuxian-bom-1.0.3-RELEASE.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jiuxian/jiuxian-bom/ -->
<dependency>
    <groupId>com.jiuxian</groupId>
    <artifactId>jiuxian-bom</artifactId>
    <version>1.0.3-RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.jiuxian/jiuxian-bom/
implementation 'com.jiuxian:jiuxian-bom:1.0.3-RELEASE'
                // https://jarcasting.com/artifacts/com.jiuxian/jiuxian-bom/
implementation ("com.jiuxian:jiuxian-bom:1.0.3-RELEASE")
                'com.jiuxian:jiuxian-bom:pom:1.0.3-RELEASE'
                <dependency org="com.jiuxian" name="jiuxian-bom" rev="1.0.3-RELEASE">
  <artifact name="jiuxian-bom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.jiuxian', module='jiuxian-bom', version='1.0.3-RELEASE')
)
                libraryDependencies += "com.jiuxian" % "jiuxian-bom" % "1.0.3-RELEASE"
                [com.jiuxian/jiuxian-bom "1.0.3-RELEASE"]