is not current version
Last Version 2.0.0.RELEASE

org.springframework.roo:org.springframework.roo.bootstrap 2.0.0.RC3

Main classes, OSGi services implementations and third party libraries needed to execute the runtime environment.

GroupId

GroupId

org.springframework.roo
ArtifactId

ArtifactId

org.springframework.roo.bootstrap
Version

Version

2.0.0.RC3
Type

Type

jar

Download org.springframework.roo.bootstrap 2.0.0.RC3


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