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