o

org.appdapter.bundle.core

Primary Appdapter OSGi Bundle, "depend on me!", has no dependencies on a particular OSGi framework implementation, no SLF4J concrete binding, and no builtin shell. Includes the contents of both the "core" and "registry" bundes from the "lib" tier.
文件下载
文件名 操作
org.appdapter.bundle.core-1.0.4.jar 下载
org.appdapter.bundle.core-1.0.4.pom 下载
org.appdapter.bundle.core-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.appdapter</groupId>
  <artifactId>org.appdapter.bundle.core</artifactId>
  <version>1.0.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.appdapter:org.appdapter.bundle.core:1.0.4'
Gradle Kotlin
implementation("org.appdapter:org.appdapter.bundle.core:1.0.4")
Scala SBT
libraryDependencies += "org.appdapter" % "org.appdapter.bundle.core" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.appdapter', module='org.appdapter.bundle.core', version='1.0.4')
)
Apache Ivy
<dependency org="org.appdapter" name="org.appdapter.bundle.core" rev="1.0.4" />
Leiningen
[org.appdapter/org.appdapter.bundle.core "1.0.4"]
Apache Buildr
'org.appdapter:org.appdapter.bundle.core:jar:1.0.4'