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