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