GroupId | GroupIdorg.springframework.roo |
---|---|
ArtifactId | ArtifactIdorg.springframework.roo.bootstrap |
Version | Version1.3.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.roo/org.springframework.roo.bootstrap/ -->
<dependency>
<groupId>org.springframework.roo</groupId>
<artifactId>org.springframework.roo.bootstrap</artifactId>
<version>1.3.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.roo/org.springframework.roo.bootstrap/
implementation 'org.springframework.roo:org.springframework.roo.bootstrap:1.3.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.roo/org.springframework.roo.bootstrap/
implementation ("org.springframework.roo:org.springframework.roo.bootstrap:1.3.2.RELEASE")
'org.springframework.roo:org.springframework.roo.bootstrap:jar:1.3.2.RELEASE'
<dependency org="org.springframework.roo" name="org.springframework.roo.bootstrap" rev="1.3.2.RELEASE">
<artifact name="org.springframework.roo.bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.roo', module='org.springframework.roo.bootstrap', version='1.3.2.RELEASE')
)
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.bootstrap" % "1.3.2.RELEASE"
[org.springframework.roo/org.springframework.roo.bootstrap "1.3.2.RELEASE"]