o

osgi.commons-lang

This OSGi bundle simply wraps commons-lang-2.4.jar artifact.
文件下载
文件名 操作
osgi.commons-lang-2.2.6.jar 下载
osgi.commons-lang-2.2.6.pom 下载
osgi.commons-lang-2.2.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.karaf.demos.deployer.wrap</groupId>
  <artifactId>osgi.commons-lang</artifactId>
  <version>2.2.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.karaf.demos.deployer.wrap:osgi.commons-lang:2.2.6'
Gradle Kotlin
implementation("org.apache.karaf.demos.deployer.wrap:osgi.commons-lang:2.2.6")
Scala SBT
libraryDependencies += "org.apache.karaf.demos.deployer.wrap" % "osgi.commons-lang" % "2.2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.karaf.demos.deployer.wrap', module='osgi.commons-lang', version='2.2.6')
)
Apache Ivy
<dependency org="org.apache.karaf.demos.deployer.wrap" name="osgi.commons-lang" rev="2.2.6" />
Leiningen
[org.apache.karaf.demos.deployer.wrap/osgi.commons-lang "2.2.6"]
Apache Buildr
'org.apache.karaf.demos.deployer.wrap:osgi.commons-lang:jar:2.2.6'