License |
License |
---|---|
Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
GroupId | GroupIdcom.btmatthews.atlas |
ArtifactId | ArtifactIdatlas-quartz |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAtlas Framework - Quartz
Various libraries building on the Spring Framework
|
Project Organization |
Project OrganizationBrian Thomas Matthews |
Filename | Size |
---|---|
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 | 36 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
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 |