| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.struts |
| Идентификатор | Идентификаторstruts2-rest-showcase |
| Последняя версия | Последняя версия6.0.0 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеStruts 2 Rest Showcase Webapp
Struts 2 Rest Showcase Example
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| struts2-rest-showcase-6.0.0.pom | |
| struts2-rest-showcase-6.0.0.war | 5 MB |
| struts2-rest-showcase-6.0.0-sources.jar | 9 KB |
| struts2-rest-showcase-6.0.0-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-rest-showcase/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-rest-showcase</artifactId>
<version>6.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-rest-showcase/
implementation 'org.apache.struts:struts2-rest-showcase:6.0.0'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-rest-showcase/
implementation ("org.apache.struts:struts2-rest-showcase:6.0.0")
'org.apache.struts:struts2-rest-showcase:war:6.0.0'
<dependency org="org.apache.struts" name="struts2-rest-showcase" rev="6.0.0">
<artifact name="struts2-rest-showcase" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-rest-showcase', version='6.0.0')
)
libraryDependencies += "org.apache.struts" % "struts2-rest-showcase" % "6.0.0"
[org.apache.struts/struts2-rest-showcase "6.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.struts : struts2-rest-plugin | jar | 6.0.0 |
| org.apache.struts : struts2-convention-plugin | jar | 6.0.0 |
| org.apache.struts : struts2-config-browser-plugin | jar | 6.0.0 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.13.2 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
| org.apache.struts : struts2-core | jar | 6.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| net.sourceforge.jwebunit : jwebunit-core | jar | 3.3 |
| net.sourceforge.htmlunit : htmlunit | jar | 2.39.0 |
| net.sourceforge.jwebunit : jwebunit-htmlunit-plugin | jar | 3.3 |
| org.springframework : spring-test | jar | 5.3.20 |