is not current version
Last Version 2.0.0.RELEASE

org.springframework.roo:org.springframework.roo.osgi.bundle 1.3.2.RC1

Provides POM configuration inheritence for standard OSGi modules.

GroupId

GroupId

org.springframework.roo
ArtifactId

ArtifactId

org.springframework.roo.osgi.bundle
Version

Version

1.3.2.RC1
Type

Type

pom

Download org.springframework.roo.osgi.bundle 1.3.2.RC1


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