o

org.apache.servicemix.bundles.quartz

This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
Files download
File Operation
org.apache.servicemix.bundles.quartz-1.6.1_3.jar download
org.apache.servicemix.bundles.quartz-1.6.1_3.pom download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix.bundles</groupId>
  <artifactId>org.apache.servicemix.bundles.quartz</artifactId>
  <version>1.6.1_3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.quartz:1.6.1_3'
Gradle Kotlin
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.quartz:1.6.1_3")
Scala SBT
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.quartz" % "1.6.1_3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.quartz', version='1.6.1_3')
)
Apache Ivy
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.quartz" rev="1.6.1_3" />
Leiningen
[org.apache.servicemix.bundles/org.apache.servicemix.bundles.quartz "1.6.1_3"]
Apache Buildr
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.quartz:jar:1.6.1_3'