is not current version
Last Version 2.6.2

org.kuali.rice:rice-core-framework 2.0.0-b1


GroupId

GroupId

org.kuali.rice
ArtifactId

ArtifactId

rice-core-framework
Version

Version

2.0.0-b1
Type

Type

jar

Download rice-core-framework 2.0.0-b1


<!-- https://jarcasting.com/artifacts/org.kuali.rice/rice-core-framework/ -->
<dependency>
    <groupId>org.kuali.rice</groupId>
    <artifactId>rice-core-framework</artifactId>
    <version>2.0.0-b1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.rice/rice-core-framework/
implementation 'org.kuali.rice:rice-core-framework:2.0.0-b1'
// https://jarcasting.com/artifacts/org.kuali.rice/rice-core-framework/
implementation ("org.kuali.rice:rice-core-framework:2.0.0-b1")
'org.kuali.rice:rice-core-framework:jar:2.0.0-b1'
<dependency org="org.kuali.rice" name="rice-core-framework" rev="2.0.0-b1">
  <artifact name="rice-core-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.rice', module='rice-core-framework', version='2.0.0-b1')
)
libraryDependencies += "org.kuali.rice" % "rice-core-framework" % "2.0.0-b1"
[org.kuali.rice/rice-core-framework "2.0.0-b1"]