License |
License |
---|---|
Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
GroupId | GroupIdorg.easyrules |
ArtifactId | ArtifactIdeasyrules-quartz |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasy Rules Quartz module
Module providing support for engine scheduling using Quartz
|
Project URL |
Project URL |
Filename | Size |
---|---|
easyrules-quartz-2.5.0.pom | |
easyrules-quartz-2.5.0.jar | 7 KB |
easyrules-quartz-2.5.0-sources.jar | 7 KB |
easyrules-quartz-2.5.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.easyrules/easyrules-quartz/ -->
<dependency>
<groupId>org.easyrules</groupId>
<artifactId>easyrules-quartz</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.easyrules/easyrules-quartz/
implementation 'org.easyrules:easyrules-quartz:2.5.0'
// https://jarcasting.com/artifacts/org.easyrules/easyrules-quartz/
implementation ("org.easyrules:easyrules-quartz:2.5.0")
'org.easyrules:easyrules-quartz:jar:2.5.0'
<dependency org="org.easyrules" name="easyrules-quartz" rev="2.5.0">
<artifact name="easyrules-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easyrules', module='easyrules-quartz', version='2.5.0')
)
libraryDependencies += "org.easyrules" % "easyrules-quartz" % "2.5.0"
[org.easyrules/easyrules-quartz "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.quartz-scheduler : quartz | jar | 2.2.3 |
org.easyrules : easyrules-core | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 2.6.0 |
org.mockito : mockito-core | jar | 2.7.1 |