GroupId | GroupIdorg.apache.cxf.xjcplugins |
---|---|
ArtifactId | ArtifactIdcxf-xjc-wsdlextension |
Version | Version2.6.1 |
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>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.xjcplugins/cxf-xjc-wsdlextension/
implementation 'org.apache.cxf.xjcplugins:cxf-xjc-wsdlextension:2.6.1'
// https://jarcasting.com/artifacts/org.apache.cxf.xjcplugins/cxf-xjc-wsdlextension/
implementation ("org.apache.cxf.xjcplugins:cxf-xjc-wsdlextension:2.6.1")
'org.apache.cxf.xjcplugins:cxf-xjc-wsdlextension:jar:2.6.1'
<dependency org="org.apache.cxf.xjcplugins" name="cxf-xjc-wsdlextension" rev="2.6.1">
<artifact name="cxf-xjc-wsdlextension" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.xjcplugins', module='cxf-xjc-wsdlextension', version='2.6.1')
)
libraryDependencies += "org.apache.cxf.xjcplugins" % "cxf-xjc-wsdlextension" % "2.6.1"
[org.apache.cxf.xjcplugins/cxf-xjc-wsdlextension "2.6.1"]