文件下载
文件名 操作
bnd-ipojo-plugin-1.13.0.jar 下载
bnd-ipojo-plugin-1.13.0.pom 下载
bnd-ipojo-plugin-1.13.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.felix</groupId>
  <artifactId>bnd-ipojo-plugin</artifactId>
  <version>1.13.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.felix:bnd-ipojo-plugin:1.13.0'
Gradle Kotlin
implementation("org.apache.felix:bnd-ipojo-plugin:1.13.0")
Scala SBT
libraryDependencies += "org.apache.felix" % "bnd-ipojo-plugin" % "1.13.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.felix', module='bnd-ipojo-plugin', version='1.13.0')
)
Apache Ivy
<dependency org="org.apache.felix" name="bnd-ipojo-plugin" rev="1.13.0" />
Leiningen
[org.apache.felix/bnd-ipojo-plugin "1.13.0"]
Apache Buildr
'org.apache.felix:bnd-ipojo-plugin:jar:1.13.0'