Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.apache.cxf.systests |
ArtifactId | ArtifactIdcxf-systests-ws-security |
Version | Version3.4.2 |
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>3.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ws-security/
implementation 'org.apache.cxf.systests:cxf-systests-ws-security:3.4.2'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ws-security/
implementation ("org.apache.cxf.systests:cxf-systests-ws-security:3.4.2")
'org.apache.cxf.systests:cxf-systests-ws-security:jar:3.4.2'
<dependency org="org.apache.cxf.systests" name="cxf-systests-ws-security" rev="3.4.2">
<artifact name="cxf-systests-ws-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-ws-security', version='3.4.2')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-ws-security" % "3.4.2"
[org.apache.cxf.systests/cxf-systests-ws-security "3.4.2"]