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