| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuartz Библиотеки уровня приложения Job Scheduling |
| Группа | Группаcom.btmatthews.atlas |
| Идентификатор | Идентификаторatlas-quartz |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
ОписаниеAtlas Framework - Quartz
Various libraries building on the Spring Framework
|
| Организация-разработчик |
Организация-разработчикBrian Thomas Matthews |
| Имя Файла | Размер |
|---|---|
| atlas-quartz-1.0.1.pom | |
| atlas-quartz-1.0.1.jar | 2 KB |
| atlas-quartz-1.0.1-sources.jar | 1 KB |
| atlas-quartz-1.0.1-javadoc.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.btmatthews.atlas/atlas-quartz/ -->
<dependency>
<groupId>com.btmatthews.atlas</groupId>
<artifactId>atlas-quartz</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.atlas/atlas-quartz/
implementation 'com.btmatthews.atlas:atlas-quartz:1.0.1'
// https://jarcasting.com/artifacts/com.btmatthews.atlas/atlas-quartz/
implementation ("com.btmatthews.atlas:atlas-quartz:1.0.1")
'com.btmatthews.atlas:atlas-quartz:jar:1.0.1'
<dependency org="com.btmatthews.atlas" name="atlas-quartz" rev="1.0.1">
<artifact name="atlas-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.atlas', module='atlas-quartz', version='1.0.1')
)
libraryDependencies += "com.btmatthews.atlas" % "atlas-quartz" % "1.0.1"
[com.btmatthews.atlas/atlas-quartz "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-core | jar | 4.0.0.RELEASE |
| org.springframework : spring-beans | jar | 4.0.0.RELEASE |
| org.springframework : spring-context-support | jar | 4.0.0.RELEASE |
| opensymphony : quartz | jar | 1.6.5 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
| org.springframework : spring-test | jar | 4.0.0.RELEASE |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |
| org.hamcrest : hamcrest-all | jar | 1.3 |