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