GroupId | GroupIdorg.apache.cxf |
---|---|
ArtifactId | ArtifactIdcxf-rt-transports-http |
Version | Version2.5.3 |
Type | Typejar |
Filename | Size |
---|---|
cxf-rt-transports-http-2.5.3.pom | |
cxf-rt-transports-http-2.5.3.jar | 213 KB |
cxf-rt-transports-http-2.5.3-sources.jar | 171 KB |
cxf-rt-transports-http-2.5.3-javadoc.jar | 454 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-transports-http/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>2.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-transports-http/
implementation 'org.apache.cxf:cxf-rt-transports-http:2.5.3'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-transports-http/
implementation ("org.apache.cxf:cxf-rt-transports-http:2.5.3")
'org.apache.cxf:cxf-rt-transports-http:jar:2.5.3'
<dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="2.5.3">
<artifact name="cxf-rt-transports-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-transports-http', version='2.5.3')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-transports-http" % "2.5.3"
[org.apache.cxf/cxf-rt-transports-http "2.5.3"]