Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.apache.cxf.systests.wsdl_maven |
ArtifactId | ArtifactIdcxf-systests-java2ws |
Version | Version3.1.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests.wsdl_maven/cxf-systests-java2ws/ -->
<dependency>
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-java2ws</artifactId>
<version>3.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests.wsdl_maven/cxf-systests-java2ws/
implementation 'org.apache.cxf.systests.wsdl_maven:cxf-systests-java2ws:3.1.12'
// https://jarcasting.com/artifacts/org.apache.cxf.systests.wsdl_maven/cxf-systests-java2ws/
implementation ("org.apache.cxf.systests.wsdl_maven:cxf-systests-java2ws:3.1.12")
'org.apache.cxf.systests.wsdl_maven:cxf-systests-java2ws:jar:3.1.12'
<dependency org="org.apache.cxf.systests.wsdl_maven" name="cxf-systests-java2ws" rev="3.1.12">
<artifact name="cxf-systests-java2ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests.wsdl_maven', module='cxf-systests-java2ws', version='3.1.12')
)
libraryDependencies += "org.apache.cxf.systests.wsdl_maven" % "cxf-systests-java2ws" % "3.1.12"
[org.apache.cxf.systests.wsdl_maven/cxf-systests-java2ws "3.1.12"]