r

rice

The Kuali Rice effort provides an enterprise class middleware suite of integrated products that allows both Kuali and non-Kuali applications to be built in an agile fashion, such that developers will be able to react to end-user business requirements in an efficient and productive manner, so that they can produce high quality business applications.
http://${kuali.site.hostname}/rice/${project.version}
Files download
File Operation
rice-2.5.5.pom download
Apache Maven
<dependency>
  <groupId>org.kuali.rice</groupId>
  <artifactId>rice</artifactId>
  <version>2.5.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kuali.rice:rice:2.5.5'
Gradle Kotlin
implementation("org.kuali.rice:rice:2.5.5")
Scala SBT
libraryDependencies += "org.kuali.rice" % "rice" % "2.5.5"
Groovy Grape
@Grapes(
  @Grab(group='org.kuali.rice', module='rice', version='2.5.5')
)
Apache Ivy
<dependency org="org.kuali.rice" name="rice" rev="2.5.5" />
Leiningen
[org.kuali.rice/rice "2.5.5"]
Apache Buildr
'org.kuali.rice:rice:jar:2.5.5'