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