GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-kerberos |
Version | Version3.1.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-kerberos/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-kerberos</artifactId>
<version>3.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-kerberos/
implementation 'org.apache.cxf.systests:cxf-systests-kerberos:3.1.8'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-kerberos/
implementation ("org.apache.cxf.systests:cxf-systests-kerberos:3.1.8")
'org.apache.cxf.systests:cxf-systests-kerberos:jar:3.1.8'
<dependency org="org.apache.cxf.systests" name="cxf-systests-kerberos" rev="3.1.8">
<artifact name="cxf-systests-kerberos" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-kerberos', version='3.1.8')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-kerberos" % "3.1.8"
[org.apache.cxf.systests/cxf-systests-kerberos "3.1.8"]