GroupId | GroupIdorg.kuali.student.api |
---|---|
ArtifactId | ArtifactIdks-common-ws |
Version | Version2.0.0-cm |
Type | Typejar |
Filename | Size |
---|---|
ks-common-ws-2.0.0-cm.pom | |
ks-common-ws-2.0.0-cm.jar | 7 KB |
ks-common-ws-2.0.0-cm-sources.jar | 5 KB |
ks-common-ws-2.0.0-cm-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student.api/ks-common-ws/ -->
<dependency>
<groupId>org.kuali.student.api</groupId>
<artifactId>ks-common-ws</artifactId>
<version>2.0.0-cm</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.api/ks-common-ws/
implementation 'org.kuali.student.api:ks-common-ws:2.0.0-cm'
// https://jarcasting.com/artifacts/org.kuali.student.api/ks-common-ws/
implementation ("org.kuali.student.api:ks-common-ws:2.0.0-cm")
'org.kuali.student.api:ks-common-ws:jar:2.0.0-cm'
<dependency org="org.kuali.student.api" name="ks-common-ws" rev="2.0.0-cm">
<artifact name="ks-common-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.api', module='ks-common-ws', version='2.0.0-cm')
)
libraryDependencies += "org.kuali.student.api" % "ks-common-ws" % "2.0.0-cm"
[org.kuali.student.api/ks-common-ws "2.0.0-cm"]