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