Categories |
CategoriesQuartz Application Layer Libs Job Scheduling |
---|---|
GroupId | GroupIdorg.kie.modules |
ArtifactId | ArtifactIdcom-opensymphony-quartz |
Version | Version6.2.0.Final |
Type | Typejar |
Filename | Size |
---|---|
com-opensymphony-quartz-6.2.0.Final.pom | 1 KB |
com-opensymphony-quartz-6.2.0.Final-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/com-opensymphony-quartz/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>com-opensymphony-quartz</artifactId>
<version>6.2.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/com-opensymphony-quartz/
implementation 'org.kie.modules:com-opensymphony-quartz:6.2.0.Final'
// https://jarcasting.com/artifacts/org.kie.modules/com-opensymphony-quartz/
implementation ("org.kie.modules:com-opensymphony-quartz:6.2.0.Final")
'org.kie.modules:com-opensymphony-quartz:jar:6.2.0.Final'
<dependency org="org.kie.modules" name="com-opensymphony-quartz" rev="6.2.0.Final">
<artifact name="com-opensymphony-quartz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='com-opensymphony-quartz', version='6.2.0.Final')
)
libraryDependencies += "org.kie.modules" % "com-opensymphony-quartz" % "6.2.0.Final"
[org.kie.modules/com-opensymphony-quartz "6.2.0.Final"]