is not current version
Last Version 2.0.0.RELEASE

org.springframework.roo:org.springframework.roo.bootstrap 2.0.0.M2

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

Type

jar

Download org.springframework.roo.bootstrap 2.0.0.M2


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