| Категории |
КатегорииTape Данные Data Structures |
|---|---|
| Группа | Группаorg.apache.tapestry |
| Идентификатор | Идентификаторtapestry-webresources |
| Версия | Версия5.7.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tapestry-webresources-5.7.1.pom | |
| tapestry-webresources-5.7.1.jar | 1 MB |
| tapestry-webresources-5.7.1-sources.jar | 1017 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-webresources/ -->
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-webresources</artifactId>
<version>5.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-webresources/
implementation 'org.apache.tapestry:tapestry-webresources:5.7.1'
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-webresources/
implementation ("org.apache.tapestry:tapestry-webresources:5.7.1")
'org.apache.tapestry:tapestry-webresources:jar:5.7.1'
<dependency org="org.apache.tapestry" name="tapestry-webresources" rev="5.7.1">
<artifact name="tapestry-webresources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='tapestry-webresources', version='5.7.1')
)
libraryDependencies += "org.apache.tapestry" % "tapestry-webresources" % "5.7.1"
[org.apache.tapestry/tapestry-webresources "5.7.1"]