o

org.apache.servicemix.bundles.commons-dbcp

This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
文件下载
文件名 操作
org.apache.servicemix.bundles.commons-dbcp-1.4_3.jar 下载
org.apache.servicemix.bundles.commons-dbcp-1.4_3.pom 下载
org.apache.servicemix.bundles.commons-dbcp-1.4_3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.servicemix.bundles</groupId>
  <artifactId>org.apache.servicemix.bundles.commons-dbcp</artifactId>
  <version>1.4_3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-dbcp:1.4_3'
Gradle Kotlin
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-dbcp:1.4_3")
Scala SBT
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.commons-dbcp" % "1.4_3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.commons-dbcp', version='1.4_3')
)
Apache Ivy
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.commons-dbcp" rev="1.4_3" />
Leiningen
[org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp "1.4_3"]
Apache Buildr
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-dbcp:jar:1.4_3'