GroupId | GroupIdorg.kuali.student.common |
---|---|
ArtifactId | ArtifactIdks-cxf |
Version | Version1.2-M4 |
Type | Typejar |
Filename | Size |
---|---|
ks-cxf-1.2-M4.pom | 1 KB |
ks-cxf-1.2-M4-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.student.common/ks-cxf/ -->
<dependency>
<groupId>org.kuali.student.common</groupId>
<artifactId>ks-cxf</artifactId>
<version>1.2-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.student.common/ks-cxf/
implementation 'org.kuali.student.common:ks-cxf:1.2-M4'
// https://jarcasting.com/artifacts/org.kuali.student.common/ks-cxf/
implementation ("org.kuali.student.common:ks-cxf:1.2-M4")
'org.kuali.student.common:ks-cxf:jar:1.2-M4'
<dependency org="org.kuali.student.common" name="ks-cxf" rev="1.2-M4">
<artifact name="ks-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.student.common', module='ks-cxf', version='1.2-M4')
)
libraryDependencies += "org.kuali.student.common" % "ks-cxf" % "1.2-M4"
[org.kuali.student.common/ks-cxf "1.2-M4"]