| Категории |
КатегорииБезопасность |
|---|---|
| Группа | Группаorg.apache.cxf.systests |
| Идентификатор | Идентификаторcxf-systests-ws-security-examples |
| Версия | Версия3.1.16 |
| Тип | Типjar |
<!-- 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.1.16</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.1.16'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ws-security-examples/
implementation ("org.apache.cxf.systests:cxf-systests-ws-security-examples:3.1.16")
'org.apache.cxf.systests:cxf-systests-ws-security-examples:jar:3.1.16'
<dependency org="org.apache.cxf.systests" name="cxf-systests-ws-security-examples" rev="3.1.16">
<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.1.16')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-ws-security-examples" % "3.1.16"
[org.apache.cxf.systests/cxf-systests-ws-security-examples "3.1.16"]