License |
License |
---|---|
GroupId | GroupIdorg.kuali.student.common |
ArtifactId | ArtifactIdks-rice-lessdep |
Last Version | Last Version1.2.2-M4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKS Rice Less Dependencies
This pom is intended to pull in the rice-impl with fewer transtive dependencies
Just enough to have a thin version of the ksb running.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ks-rice-lessdep-1.2.2-M4.pom | 7 KB |
ks-rice-lessdep-1.2.2-M4-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student.common/ks-rice-lessdep/ -->
<dependency>
<groupId>org.kuali.student.common</groupId>
<artifactId>ks-rice-lessdep</artifactId>
<version>1.2.2-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.common/ks-rice-lessdep/
implementation 'org.kuali.student.common:ks-rice-lessdep:1.2.2-M4'
// https://jarcasting.com/artifacts/org.kuali.student.common/ks-rice-lessdep/
implementation ("org.kuali.student.common:ks-rice-lessdep:1.2.2-M4")
'org.kuali.student.common:ks-rice-lessdep:jar:1.2.2-M4'
<dependency org="org.kuali.student.common" name="ks-rice-lessdep" rev="1.2.2-M4">
<artifact name="ks-rice-lessdep" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.common', module='ks-rice-lessdep', version='1.2.2-M4')
)
libraryDependencies += "org.kuali.student.common" % "ks-rice-lessdep" % "1.2.2-M4"
[org.kuali.student.common/ks-rice-lessdep "1.2.2-M4"]
Group / Artifact | Type | Version |
---|---|---|
org.kuali.rice : rice-impl | jar | 1.0.3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |