GroupId | GroupIdorg.apache.shardingsphere |
---|---|
ArtifactId | ArtifactIdsharding-opentracing |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sharding-opentracing-4.0.1.pom | |
sharding-opentracing-4.0.1.jar | 18 KB |
sharding-opentracing-4.0.1-sources.jar | 16 KB |
sharding-opentracing-4.0.1-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-opentracing/ -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-opentracing</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-opentracing/
implementation 'org.apache.shardingsphere:sharding-opentracing:4.0.1'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-opentracing/
implementation ("org.apache.shardingsphere:sharding-opentracing:4.0.1")
'org.apache.shardingsphere:sharding-opentracing:jar:4.0.1'
<dependency org="org.apache.shardingsphere" name="sharding-opentracing" rev="4.0.1">
<artifact name="sharding-opentracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='sharding-opentracing', version='4.0.1')
)
libraryDependencies += "org.apache.shardingsphere" % "sharding-opentracing" % "4.0.1"
[org.apache.shardingsphere/sharding-opentracing "4.0.1"]