| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.shardingsphere.elasticjob |
| Идентификатор | Идентификаторelasticjob-lite-spring |
| Версия | Версия3.0.0 |
| Тип | Типpom |
| Описание |
Описаниеelasticjob-lite-spring
Distributed scheduled job solution
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| elasticjob-lite-spring-3.0.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere.elasticjob/elasticjob-lite-spring/ -->
<dependency>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-lite-spring</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere.elasticjob/elasticjob-lite-spring/
implementation 'org.apache.shardingsphere.elasticjob:elasticjob-lite-spring:3.0.0'
// https://jarcasting.com/artifacts/org.apache.shardingsphere.elasticjob/elasticjob-lite-spring/
implementation ("org.apache.shardingsphere.elasticjob:elasticjob-lite-spring:3.0.0")
'org.apache.shardingsphere.elasticjob:elasticjob-lite-spring:pom:3.0.0'
<dependency org="org.apache.shardingsphere.elasticjob" name="elasticjob-lite-spring" rev="3.0.0">
<artifact name="elasticjob-lite-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere.elasticjob', module='elasticjob-lite-spring', version='3.0.0')
)
libraryDependencies += "org.apache.shardingsphere.elasticjob" % "elasticjob-lite-spring" % "3.0.0"
[org.apache.shardingsphere.elasticjob/elasticjob-lite-spring "3.0.0"]