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