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