GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-systests-ci-webapp |
Version | Version2.5.7 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ci-webapp/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-ci-webapp</artifactId>
<version>2.5.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ci-webapp/
implementation 'org.apache.cxf.systests:cxf-systests-ci-webapp:2.5.7'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ci-webapp/
implementation ("org.apache.cxf.systests:cxf-systests-ci-webapp:2.5.7")
'org.apache.cxf.systests:cxf-systests-ci-webapp:war:2.5.7'
<dependency org="org.apache.cxf.systests" name="cxf-systests-ci-webapp" rev="2.5.7">
<artifact name="cxf-systests-ci-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-ci-webapp', version='2.5.7')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-ci-webapp" % "2.5.7"
[org.apache.cxf.systests/cxf-systests-ci-webapp "2.5.7"]