GroupId | GroupIdorg.kuali.student.web |
---|---|
ArtifactId | ArtifactIdks-rice |
Version | Version1.2-M4 |
Type | Typewar |
Filename | Size |
---|---|
ks-rice-1.2-M4.pom | |
ks-rice-1.2-M4.war | 54 MB |
ks-rice-1.2-M4-tests.jar | 14 KB |
ks-rice-1.2-M4-sources.jar | 11 KB |
ks-rice-1.2-M4-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student.web/ks-rice/ -->
<dependency>
<groupId>org.kuali.student.web</groupId>
<artifactId>ks-rice</artifactId>
<version>1.2-M4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.web/ks-rice/
implementation 'org.kuali.student.web:ks-rice:1.2-M4'
// https://jarcasting.com/artifacts/org.kuali.student.web/ks-rice/
implementation ("org.kuali.student.web:ks-rice:1.2-M4")
'org.kuali.student.web:ks-rice:war:1.2-M4'
<dependency org="org.kuali.student.web" name="ks-rice" rev="1.2-M4">
<artifact name="ks-rice" type="war" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.web', module='ks-rice', version='1.2-M4')
)
libraryDependencies += "org.kuali.student.web" % "ks-rice" % "1.2-M4"
[org.kuali.student.web/ks-rice "1.2-M4"]