<dependency>
<groupId>org.springframework.roo</groupId>
<artifactId>org.springframework.roo.osgi.bundle</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
implementation group: 'org.springframework.roo', name: 'org.springframework.roo.osgi.bundle', version: '2.0.0.RELEASE'
implementation 'org.springframework.roo:org.springframework.roo.osgi.bundle:2.0.0.RELEASE'
implementation("org.springframework.roo:org.springframework.roo.osgi.bundle:2.0.0.RELEASE")
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.osgi.bundle" % "2.0.0.RELEASE"
<dependency org="org.springframework.roo" name="org.springframework.roo.osgi.bundle" rev="2.0.0.RELEASE"/>
@Grapes(
@Grab(group='org.springframework.roo', module='org.springframework.roo.osgi.bundle', version='2.0.0.RELEASE')
)
[org.springframework.roo/org.springframework.roo.osgi.bundle "2.0.0.RELEASE"]
'org.springframework.roo:org.springframework.roo.osgi.bundle:jar:2.0.0.RELEASE'