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