| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.struts |
| Идентификатор | Идентификаторstruts-tiles |
| Версия | Версия1.3.10 |
| Тип | Типjar |
| Описание |
ОписаниеStruts Tiles
Apache Struts
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| struts-tiles-1.3.10.pom | |
| struts-tiles-1.3.10.jar | 116 KB |
| struts-tiles-1.3.10-sources.jar | 181 KB |
| struts-tiles-1.3.10-javadoc.jar | 505 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts-tiles/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-tiles</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts-tiles/
implementation 'org.apache.struts:struts-tiles:1.3.10'
// https://jarcasting.com/artifacts/org.apache.struts/struts-tiles/
implementation ("org.apache.struts:struts-tiles:1.3.10")
'org.apache.struts:struts-tiles:jar:1.3.10'
<dependency org="org.apache.struts" name="struts-tiles" rev="1.3.10">
<artifact name="struts-tiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts-tiles', version='1.3.10')
)
libraryDependencies += "org.apache.struts" % "struts-tiles" % "1.3.10"
[org.apache.struts/struts-tiles "1.3.10"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.struts : struts-core | jar | 1.3.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |