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