Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.cxf.fediz.examples.wsclientWebapp |
ArtifactId | ArtifactIdwebapp |
Version | Version1.4.3 |
Type | Typewar |
Filename | Size |
---|---|
webapp-1.4.3.pom | |
webapp-1.4.3.war | 26 MB |
webapp-1.4.3-sources.jar | 19 KB |
webapp-1.4.3-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp/webapp/ -->
<dependency>
<groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
<artifactId>webapp</artifactId>
<version>1.4.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp/webapp/
implementation 'org.apache.cxf.fediz.examples.wsclientWebapp:webapp:1.4.3'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.wsclientWebapp/webapp/
implementation ("org.apache.cxf.fediz.examples.wsclientWebapp:webapp:1.4.3")
'org.apache.cxf.fediz.examples.wsclientWebapp:webapp:war:1.4.3'
<dependency org="org.apache.cxf.fediz.examples.wsclientWebapp" name="webapp" rev="1.4.3">
<artifact name="webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples.wsclientWebapp', module='webapp', version='1.4.3')
)
libraryDependencies += "org.apache.cxf.fediz.examples.wsclientWebapp" % "webapp" % "1.4.3"
[org.apache.cxf.fediz.examples.wsclientWebapp/webapp "1.4.3"]