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