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