MVN

org.springframework.osgi : spring-osgi

Maven & Gradle

Dec 17, 2009

Spring Dynamic Modules · The Spring Dynamic Modules project makes it easy to build Spring applications that run in an OSGi framework. A Spring application written in this way provides better separation of modules, the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously (and have clients automatically bind to the appropriate one), and a dynamic service model.

<dependency>
    <groupId>org.springframework.osgi</groupId>
    <artifactId>spring-osgi</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.osgi : spring-osgi to add to Maven - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of org.springframework.osgi : spring-osgi to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
spring-osgi-1.2.1
spring-osgi-1.2.0
1.1.x
spring-osgi-1.1.3
spring-osgi-1.1.2
spring-osgi-1.1.1
spring-osgi-1.1.0
1.0.x
spring-osgi-1.0.3
spring-osgi-1.0.2
spring-osgi-1.0.1
1.0
spring-osgi-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.springframework.osgi</groupId>
    <artifactId>spring-osgi</artifactId>
    <version>1.2.1</version>
</dependency>

Advertisement