| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework.osgi |
| ArtifactId | ArtifactIdspring-osgi |
| Last Version | Last Version1.2.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSpring 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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-osgi-1.2.1.pom | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.osgi/spring-osgi/ -->
<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>spring-osgi</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.osgi/spring-osgi/
implementation 'org.springframework.osgi:spring-osgi:1.2.1'
// https://jarcasting.com/artifacts/org.springframework.osgi/spring-osgi/
implementation ("org.springframework.osgi:spring-osgi:1.2.1")
'org.springframework.osgi:spring-osgi:pom:1.2.1'
<dependency org="org.springframework.osgi" name="spring-osgi" rev="1.2.1">
<artifact name="spring-osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.osgi', module='spring-osgi', version='1.2.1')
)
libraryDependencies += "org.springframework.osgi" % "spring-osgi" % "1.2.1"
[org.springframework.osgi/spring-osgi "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j » com.springsource.slf4j.org.apache.commons.logging | jar | 1.5.0 |
| org.slf4j » com.springsource.slf4j.api | jar | 1.5.0 |
| org.slf4j » com.springsource.slf4j.log4j | jar | 1.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit » com.springsource.junit | jar | 3.8.2 |
| easymock : easymock | jar | 1.2_Java1.3 |
| org.springframework.osgi » log4j.osgi | jar | 1.2.15-SNAPSHOT |