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