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.1.7.pom download
Apache Maven
<dependency>
  <groupId>org.kuali.rice</groupId>
  <artifactId>rice</artifactId>
  <version>2.1.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kuali.rice:rice:2.1.7'
Gradle Kotlin
implementation("org.kuali.rice:rice:2.1.7")
Scala SBT
libraryDependencies += "org.kuali.rice" % "rice" % "2.1.7"
Groovy Grape
@Grapes(
  @Grab(group='org.kuali.rice', module='rice', version='2.1.7')
)
Apache Ivy
<dependency org="org.kuali.rice" name="rice" rev="2.1.7" />
Leiningen
[org.kuali.rice/rice "2.1.7"]
Apache Buildr
'org.kuali.rice:rice:jar:2.1.7'