| Категории |
КатегорииQuartz Библиотеки уровня приложения Job Scheduling |
|---|---|
| Группа | Группаorg.apache.camel.springboot |
| Идентификатор | Идентификаторcamel-quartz-starter |
| Версия | Версия3.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-quartz-starter-3.1.0.pom | |
| camel-quartz-starter-3.1.0.jar | 15 KB |
| camel-quartz-starter-3.1.0-sources.jar | 12 KB |
| camel-quartz-starter-3.1.0-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-quartz-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-quartz-starter</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-quartz-starter/
implementation 'org.apache.camel.springboot:camel-quartz-starter:3.1.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-quartz-starter/
implementation ("org.apache.camel.springboot:camel-quartz-starter:3.1.0")
'org.apache.camel.springboot:camel-quartz-starter:jar:3.1.0'
<dependency org="org.apache.camel.springboot" name="camel-quartz-starter" rev="3.1.0">
<artifact name="camel-quartz-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-quartz-starter', version='3.1.0')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-quartz-starter" % "3.1.0"
[org.apache.camel.springboot/camel-quartz-starter "3.1.0"]