| Группа | Группаorg.apache.shardingsphere.elasticjob |
|---|---|
| Идентификатор | Идентификаторelasticjob-restful |
| Версия | Версия3.0.0-beta |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| elasticjob-restful-3.0.0-beta.pom | |
| elasticjob-restful-3.0.0-beta.jar | 71 KB |
| elasticjob-restful-3.0.0-beta-sources.jar | 64 KB |
| elasticjob-restful-3.0.0-beta-javadoc.jar | 361 KB |
| Обзор |
<!-- 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"]