| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.ibaijia | 
    
| ArtifactId | ArtifactIdsoe-parent | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionsoe-parent 
            Simple Object Exchange for java. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| soe-parent-1.0.0.pom | 10 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.ibaijia/soe-parent/ -->
<dependency>
    <groupId>cn.ibaijia</groupId>
    <artifactId>soe-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.ibaijia/soe-parent/
implementation 'cn.ibaijia:soe-parent:1.0.0'
                // https://jarcasting.com/artifacts/cn.ibaijia/soe-parent/
implementation ("cn.ibaijia:soe-parent:1.0.0")
                'cn.ibaijia:soe-parent:pom:1.0.0'
                <dependency org="cn.ibaijia" name="soe-parent" rev="1.0.0">
  <artifact name="soe-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.ibaijia', module='soe-parent', version='1.0.0')
)
                libraryDependencies += "cn.ibaijia" % "soe-parent" % "1.0.0"
                [cn.ibaijia/soe-parent "1.0.0"]