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