| Группа | Группаorg.apache.shardingsphere |
|---|---|
| Идентификатор | Идентификаторsharding-opentracing |
| Версия | Версия4.0.0-RC2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-opentracing/ -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-opentracing</artifactId>
<version>4.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-opentracing/
implementation 'org.apache.shardingsphere:sharding-opentracing:4.0.0-RC2'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-opentracing/
implementation ("org.apache.shardingsphere:sharding-opentracing:4.0.0-RC2")
'org.apache.shardingsphere:sharding-opentracing:jar:4.0.0-RC2'
<dependency org="org.apache.shardingsphere" name="sharding-opentracing" rev="4.0.0-RC2">
<artifact name="sharding-opentracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='sharding-opentracing', version='4.0.0-RC2')
)
libraryDependencies += "org.apache.shardingsphere" % "sharding-opentracing" % "4.0.0-RC2"
[org.apache.shardingsphere/sharding-opentracing "4.0.0-RC2"]