| GroupId | GroupIdorg.apache.cxf.fediz.systests.webapps |
|---|---|
| ArtifactId | ArtifactIdfediz-systests-webapps-spring |
| Version | Version1.4.2 |
| Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.systests.webapps/fediz-systests-webapps-spring/ -->
<dependency>
<groupId>org.apache.cxf.fediz.systests.webapps</groupId>
<artifactId>fediz-systests-webapps-spring</artifactId>
<version>1.4.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.systests.webapps/fediz-systests-webapps-spring/
implementation 'org.apache.cxf.fediz.systests.webapps:fediz-systests-webapps-spring:1.4.2'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.systests.webapps/fediz-systests-webapps-spring/
implementation ("org.apache.cxf.fediz.systests.webapps:fediz-systests-webapps-spring:1.4.2")
'org.apache.cxf.fediz.systests.webapps:fediz-systests-webapps-spring:war:1.4.2'
<dependency org="org.apache.cxf.fediz.systests.webapps" name="fediz-systests-webapps-spring" rev="1.4.2">
<artifact name="fediz-systests-webapps-spring" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.systests.webapps', module='fediz-systests-webapps-spring', version='1.4.2')
)
libraryDependencies += "org.apache.cxf.fediz.systests.webapps" % "fediz-systests-webapps-spring" % "1.4.2"
[org.apache.cxf.fediz.systests.webapps/fediz-systests-webapps-spring "1.4.2"]