License |
License |
---|---|
GroupId | GroupIdorg.kuali.student |
ArtifactId | ArtifactIdks-rice-db |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKS Rice Db
The baseline version of Kuali Rice Impex that Kuali Student uses to bootstrap a Rice database
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ks-rice-db-1.0.3.pom | |
ks-rice-db-1.0.3.jar | 82 KB |
ks-rice-db-1.0.3-sources.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student/ks-rice-db/ -->
<dependency>
<groupId>org.kuali.student</groupId>
<artifactId>ks-rice-db</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student/ks-rice-db/
implementation 'org.kuali.student:ks-rice-db:1.0.3'
// https://jarcasting.com/artifacts/org.kuali.student/ks-rice-db/
implementation ("org.kuali.student:ks-rice-db:1.0.3")
'org.kuali.student:ks-rice-db:jar:1.0.3'
<dependency org="org.kuali.student" name="ks-rice-db" rev="1.0.3">
<artifact name="ks-rice-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student', module='ks-rice-db', version='1.0.3')
)
libraryDependencies += "org.kuali.student" % "ks-rice-db" % "1.0.3"
[org.kuali.student/ks-rice-db "1.0.3"]