| GroupId | GroupIdcn.zull.tracing | 
    
|---|---|
| ArtifactId | ArtifactIdall | 
    
| Version | Version0.0.6-RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| all-0.0.6-RELEASE.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.zull.tracing/all/ -->
<dependency>
    <groupId>cn.zull.tracing</groupId>
    <artifactId>all</artifactId>
    <version>0.0.6-RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/cn.zull.tracing/all/
implementation 'cn.zull.tracing:all:0.0.6-RELEASE'
                // https://jarcasting.com/artifacts/cn.zull.tracing/all/
implementation ("cn.zull.tracing:all:0.0.6-RELEASE")
                'cn.zull.tracing:all:pom:0.0.6-RELEASE'
                <dependency org="cn.zull.tracing" name="all" rev="0.0.6-RELEASE">
  <artifact name="all" type="pom" />
</dependency>
                @Grapes(
@Grab(group='cn.zull.tracing', module='all', version='0.0.6-RELEASE')
)
                libraryDependencies += "cn.zull.tracing" % "all" % "0.0.6-RELEASE"
                [cn.zull.tracing/all "0.0.6-RELEASE"]