Files download
File Operation
rita-2.1.11.jar download
rita-2.1.11.pom download
rita-2.1.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.rednoise</groupId>
  <artifactId>rita</artifactId>
  <version>2.1.11</version>
</dependency>
Gradle Groovy
implementation 'org.rednoise:rita:2.1.11'
Gradle Kotlin
implementation("org.rednoise:rita:2.1.11")
Scala SBT
libraryDependencies += "org.rednoise" % "rita" % "2.1.11"
Groovy Grape
@Grapes(
  @Grab(group='org.rednoise', module='rita', version='2.1.11')
)
Apache Ivy
<dependency org="org.rednoise" name="rita" rev="2.1.11" />
Leiningen
[org.rednoise/rita "2.1.11"]
Apache Buildr
'org.rednoise:rita:jar:2.1.11'