GroupId | GroupIdorg.kuali.student.web |
---|---|
ArtifactId | ArtifactIdks-rice-standalone |
Version | Version2.0.1-cm |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.kuali.student.web/ks-rice-standalone/ -->
<dependency>
<groupId>org.kuali.student.web</groupId>
<artifactId>ks-rice-standalone</artifactId>
<version>2.0.1-cm</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.web/ks-rice-standalone/
implementation 'org.kuali.student.web:ks-rice-standalone:2.0.1-cm'
// https://jarcasting.com/artifacts/org.kuali.student.web/ks-rice-standalone/
implementation ("org.kuali.student.web:ks-rice-standalone:2.0.1-cm")
'org.kuali.student.web:ks-rice-standalone:war:2.0.1-cm'
<dependency org="org.kuali.student.web" name="ks-rice-standalone" rev="2.0.1-cm">
<artifact name="ks-rice-standalone" type="war" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.web', module='ks-rice-standalone', version='2.0.1-cm')
)
libraryDependencies += "org.kuali.student.web" % "ks-rice-standalone" % "2.0.1-cm"
[org.kuali.student.web/ks-rice-standalone "2.0.1-cm"]