License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.99soft.guice |
ArtifactId | ArtifactIdguartz |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description99soft:: Guartz
Guartz is the Google Guice extension for Quartz Scheduler,
originally developed by Nino Martinez Wael
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guartz-1.3.pom | |
guartz-1.3.jar | 15 KB |
guartz-1.3-sources.jar | 14 KB |
guartz-1.3-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.99soft.guice/guartz/ -->
<dependency>
<groupId>org.99soft.guice</groupId>
<artifactId>guartz</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.99soft.guice/guartz/
implementation 'org.99soft.guice:guartz:1.3'
// https://jarcasting.com/artifacts/org.99soft.guice/guartz/
implementation ("org.99soft.guice:guartz:1.3")
'org.99soft.guice:guartz:jar:1.3'
<dependency org="org.99soft.guice" name="guartz" rev="1.3">
<artifact name="guartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.99soft.guice', module='guartz', version='1.3')
)
libraryDependencies += "org.99soft.guice" % "guartz" % "1.3"
[org.99soft.guice/guartz "1.3"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
org.quartz-scheduler : quartz | jar | 2.0.0 |
com.google.inject : guice | jar | 3.0 |
com.google.inject.extensions : guice-multibindings | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.slf4j : slf4j-api | jar | 1.6.1 |
ch.qos.logback : logback-classic | jar | 0.9.28 |