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