| Группа | Группаorg.apache.cxf.fediz.examples |
|---|---|
| Идентификатор | ИдентификаторspringWebapp |
| Версия | Версия1.4.6 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| springWebapp-1.4.6.pom | |
| springWebapp-1.4.6.war | 20 MB |
| springWebapp-1.4.6-sources.jar | 13 KB |
| springWebapp-1.4.6-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/springWebapp/ -->
<dependency>
<groupId>org.apache.cxf.fediz.examples</groupId>
<artifactId>springWebapp</artifactId>
<version>1.4.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/springWebapp/
implementation 'org.apache.cxf.fediz.examples:springWebapp:1.4.6'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/springWebapp/
implementation ("org.apache.cxf.fediz.examples:springWebapp:1.4.6")
'org.apache.cxf.fediz.examples:springWebapp:war:1.4.6'
<dependency org="org.apache.cxf.fediz.examples" name="springWebapp" rev="1.4.6">
<artifact name="springWebapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples', module='springWebapp', version='1.4.6')
)
libraryDependencies += "org.apache.cxf.fediz.examples" % "springWebapp" % "1.4.6"
[org.apache.cxf.fediz.examples/springWebapp "1.4.6"]