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