o

org.springframework.roo.root

Spring Roo is a next-generation rapid application development tool for Java developers. It focuses on higher productivity, stock-standard Java APIs, high usability, avoiding engineering trade-offs and facilitating easy Roo removal.
http://projects.spring.io/spring-roo/
Apache License, Version 2.0
Alan Stewart Juan Carlos García del Canto
Files download
File Operation
org.springframework.roo.root-1.3.2.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.roo</groupId>
  <artifactId>org.springframework.roo.root</artifactId>
  <version>1.3.2.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.roo:org.springframework.roo.root:1.3.2.RELEASE'
Gradle Kotlin
implementation("org.springframework.roo:org.springframework.roo.root:1.3.2.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.root" % "1.3.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.roo', module='org.springframework.roo.root', version='1.3.2.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.roo" name="org.springframework.roo.root" rev="1.3.2.RELEASE" />
Leiningen
[org.springframework.roo/org.springframework.roo.root "1.3.2.RELEASE"]
Apache Buildr
'org.springframework.roo:org.springframework.roo.root:jar:1.3.2.RELEASE'