<dependency>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-registry-center</artifactId>
<version>3.0.3</version>
</dependency>
implementation group: 'org.apache.shardingsphere.elasticjob', name: 'elasticjob-registry-center', version: '3.0.3'
implementation 'org.apache.shardingsphere.elasticjob:elasticjob-registry-center:3.0.3'
implementation("org.apache.shardingsphere.elasticjob:elasticjob-registry-center:3.0.3")
libraryDependencies += "org.apache.shardingsphere.elasticjob" % "elasticjob-registry-center" % "3.0.3"
<dependency org="org.apache.shardingsphere.elasticjob" name="elasticjob-registry-center" rev="3.0.3"/>
@Grapes(
@Grab(group='org.apache.shardingsphere.elasticjob', module='elasticjob-registry-center', version='3.0.3')
)
[org.apache.shardingsphere.elasticjob/elasticjob-registry-center "3.0.3"]
'org.apache.shardingsphere.elasticjob:elasticjob-registry-center:jar:3.0.3'