GroupId | GroupIdorg.apache.cxf.xjcplugins |
---|---|
ArtifactId | ArtifactIdcxf-xjc-pl |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
cxf-xjc-pl-2.3.2.pom | |
cxf-xjc-pl-2.3.2.jar | 12 KB |
cxf-xjc-pl-2.3.2-sources.jar | 10 KB |
cxf-xjc-pl-2.3.2-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.xjcplugins/cxf-xjc-pl/ -->
<dependency>
<groupId>org.apache.cxf.xjcplugins</groupId>
<artifactId>cxf-xjc-pl</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.xjcplugins/cxf-xjc-pl/
implementation 'org.apache.cxf.xjcplugins:cxf-xjc-pl:2.3.2'
// https://jarcasting.com/artifacts/org.apache.cxf.xjcplugins/cxf-xjc-pl/
implementation ("org.apache.cxf.xjcplugins:cxf-xjc-pl:2.3.2")
'org.apache.cxf.xjcplugins:cxf-xjc-pl:jar:2.3.2'
<dependency org="org.apache.cxf.xjcplugins" name="cxf-xjc-pl" rev="2.3.2">
<artifact name="cxf-xjc-pl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.xjcplugins', module='cxf-xjc-pl', version='2.3.2')
)
libraryDependencies += "org.apache.cxf.xjcplugins" % "cxf-xjc-pl" % "2.3.2"
[org.apache.cxf.xjcplugins/cxf-xjc-pl "2.3.2"]