License |
License |
---|---|
GroupId | GroupIdorg.kuali.rice |
ArtifactId | ArtifactIdrice-krad |
Version | Version2.2.5 |
Type | Typepom |
Description |
DescriptionRice KRAD
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
rice-krad-2.2.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.rice/rice-krad/ -->
<dependency>
<groupId>org.kuali.rice</groupId>
<artifactId>rice-krad</artifactId>
<version>2.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.rice/rice-krad/
implementation 'org.kuali.rice:rice-krad:2.2.5'
// https://jarcasting.com/artifacts/org.kuali.rice/rice-krad/
implementation ("org.kuali.rice:rice-krad:2.2.5")
'org.kuali.rice:rice-krad:pom:2.2.5'
<dependency org="org.kuali.rice" name="rice-krad" rev="2.2.5">
<artifact name="rice-krad" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kuali.rice', module='rice-krad', version='2.2.5')
)
libraryDependencies += "org.kuali.rice" % "rice-krad" % "2.2.5"
[org.kuali.rice/rice-krad "2.2.5"]