How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-tracing</artifactId>
<version>3.0.3</version>
</dependency>
Choose a version of org.apache.shardingsphere.elasticjob : elasticjob-tracing to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
elasticjob-tracing-3.0.3
|
||
elasticjob-tracing-3.0.2
|
|||
elasticjob-tracing-3.0.1
|
|||
elasticjob-tracing-3.0.0
|
|||
elasticjob-tracing-3.0.0-RC1
|
|||
elasticjob-tracing-3.0.0-beta
|
|||
elasticjob-tracing-3.0.0-alpha
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-tracing</artifactId>
<version>3.0.3</version>
</dependency>
Advertisement