| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.struts |
| Идентификатор | Идентификаторstruts2-cdi-plugin |
| Последняя версия | Последняя версия6.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеStruts 2 CDI Plugin
Apache Struts 2
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| struts2-cdi-plugin-6.0.0.pom | |
| struts2-cdi-plugin-6.0.0.jar | 14 KB |
| struts2-cdi-plugin-6.0.0-sources.jar | 12 KB |
| struts2-cdi-plugin-6.0.0-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-cdi-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-cdi-plugin</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-cdi-plugin/
implementation 'org.apache.struts:struts2-cdi-plugin:6.0.0'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-cdi-plugin/
implementation ("org.apache.struts:struts2-cdi-plugin:6.0.0")
'org.apache.struts:struts2-cdi-plugin:jar:6.0.0'
<dependency org="org.apache.struts" name="struts2-cdi-plugin" rev="6.0.0">
<artifact name="struts2-cdi-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-cdi-plugin', version='6.0.0')
)
libraryDependencies += "org.apache.struts" % "struts2-cdi-plugin" % "6.0.0"
[org.apache.struts/struts2-cdi-plugin "6.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.struts : struts2-core | jar | 6.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.enterprise : cdi-api | jar | 1.2 |
| org.jboss.weld : weld-core | jar | 2.2.16.SP1 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.weld.se : weld-se | jar | 2.2.16.SP1 |
| org.springframework : spring-test | jar | 5.3.20 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
| commons-logging : commons-logging | jar | 1.2 |
| junit : junit | jar | 4.13.1 |