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