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