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.
Files download
File Operation
org.appdapter.bundle.core-1.0.6.jar download
org.appdapter.bundle.core-1.0.6.pom download
org.appdapter.bundle.core-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.appdapter</groupId>
  <artifactId>org.appdapter.bundle.core</artifactId>
  <version>1.0.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.appdapter:org.appdapter.bundle.core:1.0.6'
Gradle Kotlin
implementation("org.appdapter:org.appdapter.bundle.core:1.0.6")
Scala SBT
libraryDependencies += "org.appdapter" % "org.appdapter.bundle.core" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.appdapter', module='org.appdapter.bundle.core', version='1.0.6')
)
Apache Ivy
<dependency org="org.appdapter" name="org.appdapter.bundle.core" rev="1.0.6" />
Leiningen
[org.appdapter/org.appdapter.bundle.core "1.0.6"]
Apache Buildr
'org.appdapter:org.appdapter.bundle.core:jar:1.0.6'