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