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