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