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