License |
License |
---|---|
GroupId | GroupIdorg.kuali.student.web |
ArtifactId | ArtifactIdks-web |
Version | Version2.0.3-cm |
Type | Typepom |
Description |
DescriptionKS Web
Project for building KS Reference Wars
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ks-web-2.0.3-cm.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student.web/ks-web/ -->
<dependency>
<groupId>org.kuali.student.web</groupId>
<artifactId>ks-web</artifactId>
<version>2.0.3-cm</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.web/ks-web/
implementation 'org.kuali.student.web:ks-web:2.0.3-cm'
// https://jarcasting.com/artifacts/org.kuali.student.web/ks-web/
implementation ("org.kuali.student.web:ks-web:2.0.3-cm")
'org.kuali.student.web:ks-web:pom:2.0.3-cm'
<dependency org="org.kuali.student.web" name="ks-web" rev="2.0.3-cm">
<artifact name="ks-web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.web', module='ks-web', version='2.0.3-cm')
)
libraryDependencies += "org.kuali.student.web" % "ks-web" % "2.0.3-cm"
[org.kuali.student.web/ks-web "2.0.3-cm"]