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