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