GroupId | GroupIdorg.kuali.student.web |
---|---|
ArtifactId | ArtifactIdks-web |
Version | Version2.0.2-cm |
Type | Typepom |
Filename | Size |
---|---|
ks-web-2.0.2-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.2-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.2-cm'
// https://jarcasting.com/artifacts/org.kuali.student.web/ks-web/
implementation ("org.kuali.student.web:ks-web:2.0.2-cm")
'org.kuali.student.web:ks-web:pom:2.0.2-cm'
<dependency org="org.kuali.student.web" name="ks-web" rev="2.0.2-cm">
<artifact name="ks-web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.web', module='ks-web', version='2.0.2-cm')
)
libraryDependencies += "org.kuali.student.web" % "ks-web" % "2.0.2-cm"
[org.kuali.student.web/ks-web "2.0.2-cm"]