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