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