o

org.springframework.roo.runtime

Provides Runtime OSGi modules.
Files download
File Operation
org.springframework.roo.runtime-2.0.0.RC3.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.roo</groupId>
  <artifactId>org.springframework.roo.runtime</artifactId>
  <version>2.0.0.RC3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.roo:org.springframework.roo.runtime:2.0.0.RC3'
Gradle Kotlin
implementation("org.springframework.roo:org.springframework.roo.runtime:2.0.0.RC3")
Scala SBT
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.runtime" % "2.0.0.RC3"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.roo', module='org.springframework.roo.runtime', version='2.0.0.RC3')
)
Apache Ivy
<dependency org="org.springframework.roo" name="org.springframework.roo.runtime" rev="2.0.0.RC3" />
Leiningen
[org.springframework.roo/org.springframework.roo.runtime "2.0.0.RC3"]
Apache Buildr
'org.springframework.roo:org.springframework.roo.runtime:jar:2.0.0.RC3'