GroupId | GroupIdorg.apache.cxf.services |
---|---|
ArtifactId | ArtifactIdcxf-services |
Version | Version2.7.14 |
Type | Typepom |
Filename | Size |
---|---|
cxf-services-2.7.14.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.services/cxf-services/ -->
<dependency>
<groupId>org.apache.cxf.services</groupId>
<artifactId>cxf-services</artifactId>
<version>2.7.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.services/cxf-services/
implementation 'org.apache.cxf.services:cxf-services:2.7.14'
// https://jarcasting.com/artifacts/org.apache.cxf.services/cxf-services/
implementation ("org.apache.cxf.services:cxf-services:2.7.14")
'org.apache.cxf.services:cxf-services:pom:2.7.14'
<dependency org="org.apache.cxf.services" name="cxf-services" rev="2.7.14">
<artifact name="cxf-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.services', module='cxf-services', version='2.7.14')
)
libraryDependencies += "org.apache.cxf.services" % "cxf-services" % "2.7.14"
[org.apache.cxf.services/cxf-services "2.7.14"]