o

org.apache.servicemix.bundles.josql

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