文件下载
文件名 操作
rita-2.0.33.jar 下载
rita-2.0.33.pom 下载
rita-2.0.33-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.rednoise</groupId>
  <artifactId>rita</artifactId>
  <version>2.0.33</version>
</dependency>
Gradle Groovy
implementation 'org.rednoise:rita:2.0.33'
Gradle Kotlin
implementation("org.rednoise:rita:2.0.33")
Scala SBT
libraryDependencies += "org.rednoise" % "rita" % "2.0.33"
Groovy Grape
@Grapes(
  @Grab(group='org.rednoise', module='rita', version='2.0.33')
)
Apache Ivy
<dependency org="org.rednoise" name="rita" rev="2.0.33" />
Leiningen
[org.rednoise/rita "2.0.33"]
Apache Buildr
'org.rednoise:rita:jar:2.0.33'