<dependency>
<groupId>org.springframework.roo</groupId>
<artifactId>org.springframework.roo.bootstrap</artifactId>
<version>1.3.2.RELEASE</version>
</dependency>
implementation 'org.springframework.roo:org.springframework.roo.bootstrap:1.3.2.RELEASE'
implementation("org.springframework.roo:org.springframework.roo.bootstrap:1.3.2.RELEASE")
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.bootstrap" % "1.3.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.roo', module='org.springframework.roo.bootstrap', version='1.3.2.RELEASE')
)
<dependency org="org.springframework.roo" name="org.springframework.roo.bootstrap" rev="1.3.2.RELEASE" />
<parent> <groupId>org.springframework.roo</groupId> <artifactId>org.springframework.roo.osgi.roo.bundle</artifactId> <version>1.3.2.RELEASE</version> </parent>
compile
|-- org.apache.felix:org.apache.felix.framework
|-- org.apache.felix:org.apache.felix.scr