| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.struts |
| Идентификатор | Идентификаторstruts2-plexus-plugin |
| Версия | Версия2.5.26 |
| Тип | Типjar |
| Описание |
ОписаниеStruts 2 Plexus Plugin
Apache Struts 2
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| struts2-plexus-plugin-2.5.26.pom | |
| struts2-plexus-plugin-2.5.26.jar | 22 KB |
| struts2-plexus-plugin-2.5.26-sources.jar | 20 KB |
| struts2-plexus-plugin-2.5.26-javadoc.jar | 61 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-plexus-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plexus-plugin</artifactId>
<version>2.5.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-plexus-plugin/
implementation 'org.apache.struts:struts2-plexus-plugin:2.5.26'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-plexus-plugin/
implementation ("org.apache.struts:struts2-plexus-plugin:2.5.26")
'org.apache.struts:struts2-plexus-plugin:jar:2.5.26'
<dependency org="org.apache.struts" name="struts2-plexus-plugin" rev="2.5.26">
<artifact name="struts2-plexus-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-plexus-plugin', version='2.5.26')
)
libraryDependencies += "org.apache.struts" % "struts2-plexus-plugin" % "2.5.26"
[org.apache.struts/struts2-plexus-plugin "2.5.26"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-10 |
| org.apache.struts : struts2-core | jar | 2.5.26 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |