GroupId | GroupIdorg.apache.cxf |
---|---|
ArtifactId | ArtifactIdapache-cxf |
Version | Version3.0.0-milestone2 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/apache-cxf/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>apache-cxf</artifactId>
<version>3.0.0-milestone2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/apache-cxf/
implementation 'org.apache.cxf:apache-cxf:3.0.0-milestone2'
// https://jarcasting.com/artifacts/org.apache.cxf/apache-cxf/
implementation ("org.apache.cxf:apache-cxf:3.0.0-milestone2")
'org.apache.cxf:apache-cxf:pom:3.0.0-milestone2'
<dependency org="org.apache.cxf" name="apache-cxf" rev="3.0.0-milestone2">
<artifact name="apache-cxf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='apache-cxf', version='3.0.0-milestone2')
)
libraryDependencies += "org.apache.cxf" % "apache-cxf" % "3.0.0-milestone2"
[org.apache.cxf/apache-cxf "3.0.0-milestone2"]