| Категории |
КатегорииWildFly Контейнер Application Servers PostgreSQL Данные Базы данных |
|---|---|
| Группа | Группаorg.wildfly.swarm.testsuite |
| Идентификатор | Идентификаторtestsuite-jpa-postgresql |
| Версия | Версия2017.9.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| testsuite-jpa-postgresql-2017.9.4.pom | |
| testsuite-jpa-postgresql-2017.9.4.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-jpa-postgresql/ -->
<dependency>
<groupId>org.wildfly.swarm.testsuite</groupId>
<artifactId>testsuite-jpa-postgresql</artifactId>
<version>2017.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-jpa-postgresql/
implementation 'org.wildfly.swarm.testsuite:testsuite-jpa-postgresql:2017.9.4'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-jpa-postgresql/
implementation ("org.wildfly.swarm.testsuite:testsuite-jpa-postgresql:2017.9.4")
'org.wildfly.swarm.testsuite:testsuite-jpa-postgresql:jar:2017.9.4'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-jpa-postgresql" rev="2017.9.4">
<artifact name="testsuite-jpa-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-jpa-postgresql', version='2017.9.4')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-jpa-postgresql" % "2017.9.4"
[org.wildfly.swarm.testsuite/testsuite-jpa-postgresql "2017.9.4"]