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