Files download
File Operation
rr-webapp-2.1.pom download
Apache Maven
<dependency>
  <groupId>de.bottlecaps.rr</groupId>
  <artifactId>rr-webapp</artifactId>
  <version>2.1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'de.bottlecaps.rr:rr-webapp:2.1'
Gradle Kotlin
implementation("de.bottlecaps.rr:rr-webapp:2.1")
Scala SBT
libraryDependencies += "de.bottlecaps.rr" % "rr-webapp" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='de.bottlecaps.rr', module='rr-webapp', version='2.1')
)
Apache Ivy
<dependency org="de.bottlecaps.rr" name="rr-webapp" rev="2.1" />
Leiningen
[de.bottlecaps.rr/rr-webapp "2.1"]
Apache Buildr
'de.bottlecaps.rr:rr-webapp:jar:2.1'
Dependencies
The project has no third-party dependencies