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