License |
License |
---|---|
Categories |
CategoriesApache TomEE Container Application Servers |
GroupId | GroupIdorg.apache.tomee.patch |
ArtifactId | ArtifactIdcxf-rt-bindings |
Last Version | Last Version2.6.17-TomEE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache CXF Runtime Bindings
Apache CXF Runtime Bindings
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
cxf-rt-bindings-2.6.17-TomEE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tomee.patch/cxf-rt-bindings/ -->
<dependency>
<groupId>org.apache.tomee.patch</groupId>
<artifactId>cxf-rt-bindings</artifactId>
<version>2.6.17-TomEE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomee.patch/cxf-rt-bindings/
implementation 'org.apache.tomee.patch:cxf-rt-bindings:2.6.17-TomEE'
// https://jarcasting.com/artifacts/org.apache.tomee.patch/cxf-rt-bindings/
implementation ("org.apache.tomee.patch:cxf-rt-bindings:2.6.17-TomEE")
'org.apache.tomee.patch:cxf-rt-bindings:pom:2.6.17-TomEE'
<dependency org="org.apache.tomee.patch" name="cxf-rt-bindings" rev="2.6.17-TomEE">
<artifact name="cxf-rt-bindings" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomee.patch', module='cxf-rt-bindings', version='2.6.17-TomEE')
)
libraryDependencies += "org.apache.tomee.patch" % "cxf-rt-bindings" % "2.6.17-TomEE"
[org.apache.tomee.patch/cxf-rt-bindings "2.6.17-TomEE"]