не последняя версия
Последняя версия 2016.11.0

org.wildfly.swarm:postgresql 2016.9

PostgreSQL driver and datasource

Категории

Категории

WildFly Контейнер Application Servers PostgreSQL Данные Базы данных
Группа

Группа

org.wildfly.swarm
Идентификатор

Идентификатор

postgresql
Версия

Версия

2016.9
Тип

Тип

jar

Скачать postgresql 2016.9


<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/postgresql/ -->
<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>postgresql</artifactId>
    <version>2016.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/postgresql/
implementation 'org.wildfly.swarm:postgresql:2016.9'
// https://jarcasting.com/artifacts/org.wildfly.swarm/postgresql/
implementation ("org.wildfly.swarm:postgresql:2016.9")
'org.wildfly.swarm:postgresql:jar:2016.9'
<dependency org="org.wildfly.swarm" name="postgresql" rev="2016.9">
  <artifact name="postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='postgresql', version='2016.9')
)
libraryDependencies += "org.wildfly.swarm" % "postgresql" % "2016.9"
[org.wildfly.swarm/postgresql "2016.9"]