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