is not current version
Last Version 2016.11.0

org.wildfly.swarm:postgresql 2016.9

PostgreSQL driver and datasource

Categories

Categories

WildFly Container Application Servers PostgreSQL Data Databases
GroupId

GroupId

org.wildfly.swarm
ArtifactId

ArtifactId

postgresql
Version

Version

2016.9
Type

Type

jar

Download 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"]