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