| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаorg.apache.struts |
| Идентификатор | Идентификаторstruts2-config-browser-plugin |
| Версия | Версия2.5.30 |
| Тип | Типjar |
| Описание |
ОписаниеStruts 2 Configuration Browser Plugin
Apache Struts 2
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-config-browser-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-config-browser-plugin</artifactId>
<version>2.5.30</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-config-browser-plugin/
implementation 'org.apache.struts:struts2-config-browser-plugin:2.5.30'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-config-browser-plugin/
implementation ("org.apache.struts:struts2-config-browser-plugin:2.5.30")
'org.apache.struts:struts2-config-browser-plugin:jar:2.5.30'
<dependency org="org.apache.struts" name="struts2-config-browser-plugin" rev="2.5.30">
<artifact name="struts2-config-browser-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-config-browser-plugin', version='2.5.30')
)
libraryDependencies += "org.apache.struts" % "struts2-config-browser-plugin" % "2.5.30"
[org.apache.struts/struts2-config-browser-plugin "2.5.30"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.struts : struts2-core | jar | 2.5.30 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |