| Группа | Группаorg.apache.cxf.fediz.systests.webapps |
|---|---|
| Идентификатор | Идентификаторfediz-systests-webapps-spring |
| Версия | Версия1.2.3 |
| Тип | Типwar |
<!-- 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.2.3</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.2.3'
// 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.2.3")
'org.apache.cxf.fediz.systests.webapps:fediz-systests-webapps-spring:war:1.2.3'
<dependency org="org.apache.cxf.fediz.systests.webapps" name="fediz-systests-webapps-spring" rev="1.2.3">
<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.2.3')
)
libraryDependencies += "org.apache.cxf.fediz.systests.webapps" % "fediz-systests-webapps-spring" % "1.2.3"
[org.apache.cxf.fediz.systests.webapps/fediz-systests-webapps-spring "1.2.3"]