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