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