MVN

com.mtvnet.boxspring.osgi : boxspring-osgi-extender-bundle

Maven & Gradle

Dec 08, 2009
2 usages

BoxSpring OSGI Extender Bundle · Replacement for SpringDM Extender package. Listens for bundles and creates BoxSpring contexts using the embedded configuration.

<dependency>
    <groupId>com.mtvnet.boxspring.osgi</groupId>
    <artifactId>boxspring-osgi-extender-bundle</artifactId>
    <version>1.0.0-beta-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mtvnet.boxspring.osgi : boxspring-osgi-extender-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta-4
  • Latest Beta: 1.0.0-beta-4

All Versions

Choose a version of com.mtvnet.boxspring.osgi : boxspring-osgi-extender-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
boxspring-osgi-extender-bundle-1.0.0-beta-4
boxspring-osgi-extender-bundle-1.0.0-beta-3
boxspring-osgi-extender-bundle-1.0.0-beta-2
boxspring-osgi-extender-bundle-1.0.0-beta-1

How to add a dependency to Maven

Add the following com.mtvnet.boxspring.osgi : boxspring-osgi-extender-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mtvnet.boxspring.osgi</groupId>
    <artifactId>boxspring-osgi-extender-bundle</artifactId>
    <version>1.0.0-beta-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mtvnet.boxspring.osgi : boxspring-osgi-extender-bundle gradle dependency to your build.gradle file:

implementation 'com.mtvnet.boxspring.osgi:boxspring-osgi-extender-bundle:1.0.0-beta-4'

Gradle Kotlin DSL: Add the following com.mtvnet.boxspring.osgi : boxspring-osgi-extender-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mtvnet.boxspring.osgi:boxspring-osgi-extender-bundle:1.0.0-beta-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mtvnet.boxspring.osgi : boxspring-osgi-extender-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mtvnet.boxspring.osgi" % "boxspring-osgi-extender-bundle" % "1.0.0-beta-4"