c

com-opensymphony-quartz

Files download
File Operation
com-opensymphony-quartz-6.5.0.Final.pom download
Apache Maven
<dependency>
  <groupId>org.kie.modules</groupId>
  <artifactId>com-opensymphony-quartz</artifactId>
  <version>6.5.0.Final</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kie.modules:com-opensymphony-quartz:6.5.0.Final'
Gradle Kotlin
implementation("org.kie.modules:com-opensymphony-quartz:6.5.0.Final")
Scala SBT
libraryDependencies += "org.kie.modules" % "com-opensymphony-quartz" % "6.5.0.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.kie.modules', module='com-opensymphony-quartz', version='6.5.0.Final')
)
Apache Ivy
<dependency org="org.kie.modules" name="com-opensymphony-quartz" rev="6.5.0.Final" />
Leiningen
[org.kie.modules/com-opensymphony-quartz "6.5.0.Final"]
Apache Buildr
'org.kie.modules:com-opensymphony-quartz:jar:6.5.0.Final'