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