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