GroupId | GroupIdorg.apache.cxf.services |
---|---|
ArtifactId | ArtifactIdcxf-services |
Version | Version3.3.9 |
Type | Typepom |
Filename | Size |
---|---|
cxf-services-3.3.9.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>3.3.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.services/cxf-services/
implementation 'org.apache.cxf.services:cxf-services:3.3.9'
// https://jarcasting.com/artifacts/org.apache.cxf.services/cxf-services/
implementation ("org.apache.cxf.services:cxf-services:3.3.9")
'org.apache.cxf.services:cxf-services:pom:3.3.9'
<dependency org="org.apache.cxf.services" name="cxf-services" rev="3.3.9">
<artifact name="cxf-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.services', module='cxf-services', version='3.3.9')
)
libraryDependencies += "org.apache.cxf.services" % "cxf-services" % "3.3.9"
[org.apache.cxf.services/cxf-services "3.3.9"]