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