GroupId | GroupIdorg.kuali.student.web |
---|---|
ArtifactId | ArtifactIdks-rice |
Version | Version1.2-M3 |
Type | Typewar |
Filename | Size |
---|---|
ks-rice-1.2-M3.pom | |
ks-rice-1.2-M3.war | 54 MB |
ks-rice-1.2-M3-sources.jar | 10 KB |
ks-rice-1.2-M3-javadoc.jar | 21 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-M3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.web/ks-rice/
implementation 'org.kuali.student.web:ks-rice:1.2-M3'
// https://jarcasting.com/artifacts/org.kuali.student.web/ks-rice/
implementation ("org.kuali.student.web:ks-rice:1.2-M3")
'org.kuali.student.web:ks-rice:war:1.2-M3'
<dependency org="org.kuali.student.web" name="ks-rice" rev="1.2-M3">
<artifact name="ks-rice" type="war" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.web', module='ks-rice', version='1.2-M3')
)
libraryDependencies += "org.kuali.student.web" % "ks-rice" % "1.2-M3"
[org.kuali.student.web/ks-rice "1.2-M3"]