| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.deepbit | 
    
| ArtifactId | ArtifactIddeepbit-start | 
    
| Version | Version8.5.1-20220120 | 
        
| Type | Typepom | 
    
| Description | 
            Descriptiondeepbit dependency 
         | 
    
| Filename | Size | 
|---|---|
| deepbit-start-8.5.1-20220120.pom | 549 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.deepbit/deepbit-start/ -->
<dependency>
    <groupId>cn.deepbit</groupId>
    <artifactId>deepbit-start</artifactId>
    <version>8.5.1-20220120</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.deepbit/deepbit-start/
implementation 'cn.deepbit:deepbit-start:8.5.1-20220120'
                // https://jarcasting.com/artifacts/cn.deepbit/deepbit-start/
implementation ("cn.deepbit:deepbit-start:8.5.1-20220120")
                'cn.deepbit:deepbit-start:pom:8.5.1-20220120'
                <dependency org="cn.deepbit" name="deepbit-start" rev="8.5.1-20220120">
  <artifact name="deepbit-start" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.deepbit', module='deepbit-start', version='8.5.1-20220120')
)
                libraryDependencies += "cn.deepbit" % "deepbit-start" % "8.5.1-20220120"
                [cn.deepbit/deepbit-start "8.5.1-20220120"]