s

spring-osgi

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.
http://www.springframework.org/osgi
Apache License, Version 2.0
Spring Framework
Adrian Colyer Hal Hildebrand Costin Leau Andy Piper
Files download
File Operation
spring-osgi-1.0.1.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.osgi</groupId>
  <artifactId>spring-osgi</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.osgi:spring-osgi:1.0.1'
Gradle Kotlin
implementation("org.springframework.osgi:spring-osgi:1.0.1")
Scala SBT
libraryDependencies += "org.springframework.osgi" % "spring-osgi" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.osgi', module='spring-osgi', version='1.0.1')
)
Apache Ivy
<dependency org="org.springframework.osgi" name="spring-osgi" rev="1.0.1" />
Leiningen
[org.springframework.osgi/spring-osgi "1.0.1"]
Apache Buildr
'org.springframework.osgi:spring-osgi:jar:1.0.1'