| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.struts |
| Идентификатор | Идентификаторstruts-core |
| Последняя версия | Последняя версия1.3.10 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеStruts Core
Apache Struts
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| struts-core-1.3.10.pom | |
| struts-core-1.3.10.jar | 321 KB |
| struts-core-1.3.10-sources.jar | 502 KB |
| struts-core-1.3.10-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts-core/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-core</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts-core/
implementation 'org.apache.struts:struts-core:1.3.10'
// https://jarcasting.com/artifacts/org.apache.struts/struts-core/
implementation ("org.apache.struts:struts-core:1.3.10")
'org.apache.struts:struts-core:jar:1.3.10'
<dependency org="org.apache.struts" name="struts-core" rev="1.3.10">
<artifact name="struts-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts-core', version='1.3.10')
)
libraryDependencies += "org.apache.struts" % "struts-core" % "1.3.10"
[org.apache.struts/struts-core "1.3.10"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| antlr : antlr | jar | 2.7.2 |
| commons-beanutils : commons-beanutils | jar | 1.8.0 |
| commons-chain : commons-chain | jar | 1.2 |
| commons-digester : commons-digester | jar | 1.8 |
| commons-fileupload : commons-fileupload Необязательный | jar | 1.1.1 |
| commons-logging : commons-logging | jar | 1.0.4 |
| commons-validator : commons-validator | jar | 1.3.1 |
| junit : junit Необязательный | jar | 3.8.1 |
| oro : oro | jar | 2.0.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.3 |