is not current version
Last Version 1.3

org.99soft.guice:guartz 1.2

Guartz is the Google Guice extension for Quartz Scheduler, originally developed by Nino Martinez Wael

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

org.99soft.guice
ArtifactId

ArtifactId

guartz
Version

Version

1.2
Type

Type

jar

Download guartz 1.2


<!-- https://jarcasting.com/artifacts/org.99soft.guice/guartz/ -->
<dependency>
    <groupId>org.99soft.guice</groupId>
    <artifactId>guartz</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.99soft.guice/guartz/
implementation 'org.99soft.guice:guartz:1.2'
// https://jarcasting.com/artifacts/org.99soft.guice/guartz/
implementation ("org.99soft.guice:guartz:1.2")
'org.99soft.guice:guartz:jar:1.2'
<dependency org="org.99soft.guice" name="guartz" rev="1.2">
  <artifact name="guartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.99soft.guice', module='guartz', version='1.2')
)
libraryDependencies += "org.99soft.guice" % "guartz" % "1.2"
[org.99soft.guice/guartz "1.2"]