is not current version
Last Version 2.0.0.RELEASE

org.springframework.roo:org.springframework.roo.bootstrap 2.0.0.RC1

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.RC1
Type

Type

jar

Download org.springframework.roo.bootstrap 2.0.0.RC1


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