GroupId | GroupIdio.shardingsphere |
---|---|
ArtifactId | ArtifactIdsharding-opentracing |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-opentracing/ -->
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-opentracing</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-opentracing/
implementation 'io.shardingsphere:sharding-opentracing:3.0.0'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-opentracing/
implementation ("io.shardingsphere:sharding-opentracing:3.0.0")
'io.shardingsphere:sharding-opentracing:jar:3.0.0'
<dependency org="io.shardingsphere" name="sharding-opentracing" rev="3.0.0">
<artifact name="sharding-opentracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-opentracing', version='3.0.0')
)
libraryDependencies += "io.shardingsphere" % "sharding-opentracing" % "3.0.0"
[io.shardingsphere/sharding-opentracing "3.0.0"]