Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.cxf.fediz.examples.wsclientWebapp |
ArtifactId | ArtifactIdwebservice |
Version | Version1.0.4 |
Type | Typepom |
Filename | Size |
---|---|
webservice-1.0.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp/webservice/ -->
<dependency>
<groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
<artifactId>webservice</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp/webservice/
implementation 'org.apache.cxf.fediz.examples.wsclientWebapp:webservice:1.0.4'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp/webservice/
implementation ("org.apache.cxf.fediz.examples.wsclientWebapp:webservice:1.0.4")
'org.apache.cxf.fediz.examples.wsclientWebapp:webservice:pom:1.0.4'
<dependency org="org.apache.cxf.fediz.examples.wsclientWebapp" name="webservice" rev="1.0.4">
<artifact name="webservice" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples.wsclientWebapp', module='webservice', version='1.0.4')
)
libraryDependencies += "org.apache.cxf.fediz.examples.wsclientWebapp" % "webservice" % "1.0.4"
[org.apache.cxf.fediz.examples.wsclientWebapp/webservice "1.0.4"]