is not current version
Last Version 1.2.1

org.springframework.osgi:spring-osgi 1.1.0

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.

GroupId

GroupId

org.springframework.osgi
ArtifactId

ArtifactId

spring-osgi
Version

Version

1.1.0
Type

Type

pom

Download spring-osgi 1.1.0

Filename Size
spring-osgi-1.1.0.pom 31 KB
Browse

<!-- https://jarcasting.com/artifacts/org.springframework.osgi/spring-osgi/ -->
<dependency>
    <groupId>org.springframework.osgi</groupId>
    <artifactId>spring-osgi</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.osgi/spring-osgi/
implementation 'org.springframework.osgi:spring-osgi:1.1.0'
// https://jarcasting.com/artifacts/org.springframework.osgi/spring-osgi/
implementation ("org.springframework.osgi:spring-osgi:1.1.0")
'org.springframework.osgi:spring-osgi:pom:1.1.0'
<dependency org="org.springframework.osgi" name="spring-osgi" rev="1.1.0">
  <artifact name="spring-osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.osgi', module='spring-osgi', version='1.1.0')
)
libraryDependencies += "org.springframework.osgi" % "spring-osgi" % "1.1.0"
[org.springframework.osgi/spring-osgi "1.1.0"]