GroupId | GroupIdorg.apache.cxf.xjcplugins |
---|---|
ArtifactId | ArtifactIdcxf-xjc-wsdlextension |
Version | Version3.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.xjcplugins/cxf-xjc-wsdlextension/ -->
<dependency>
<groupId>org.apache.cxf.xjcplugins</groupId>
<artifactId>cxf-xjc-wsdlextension</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.xjcplugins/cxf-xjc-wsdlextension/
implementation 'org.apache.cxf.xjcplugins:cxf-xjc-wsdlextension:3.2.0'
// https://jarcasting.com/artifacts/org.apache.cxf.xjcplugins/cxf-xjc-wsdlextension/
implementation ("org.apache.cxf.xjcplugins:cxf-xjc-wsdlextension:3.2.0")
'org.apache.cxf.xjcplugins:cxf-xjc-wsdlextension:jar:3.2.0'
<dependency org="org.apache.cxf.xjcplugins" name="cxf-xjc-wsdlextension" rev="3.2.0">
<artifact name="cxf-xjc-wsdlextension" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.xjcplugins', module='cxf-xjc-wsdlextension', version='3.2.0')
)
libraryDependencies += "org.apache.cxf.xjcplugins" % "cxf-xjc-wsdlextension" % "3.2.0"
[org.apache.cxf.xjcplugins/cxf-xjc-wsdlextension "3.2.0"]