Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.cxf.fediz.examples.wsclientWebapp |
ArtifactId | ArtifactIdwsclientWebapp-webapp |
Version | Version1.0.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp/wsclientWebapp-webapp/ -->
<dependency>
<groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
<artifactId>wsclientWebapp-webapp</artifactId>
<version>1.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp/wsclientWebapp-webapp/
implementation 'org.apache.cxf.fediz.examples.wsclientWebapp:wsclientWebapp-webapp:1.0.1'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp/wsclientWebapp-webapp/
implementation ("org.apache.cxf.fediz.examples.wsclientWebapp:wsclientWebapp-webapp:1.0.1")
'org.apache.cxf.fediz.examples.wsclientWebapp:wsclientWebapp-webapp:war:1.0.1'
<dependency org="org.apache.cxf.fediz.examples.wsclientWebapp" name="wsclientWebapp-webapp" rev="1.0.1">
<artifact name="wsclientWebapp-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples.wsclientWebapp', module='wsclientWebapp-webapp', version='1.0.1')
)
libraryDependencies += "org.apache.cxf.fediz.examples.wsclientWebapp" % "wsclientWebapp-webapp" % "1.0.1"
[org.apache.cxf.fediz.examples.wsclientWebapp/wsclientWebapp-webapp "1.0.1"]