<dependency> <groupId>com.impossibl.pgjdbc-ng</groupId> <artifactId>pgjdbc-ng</artifactId> <version>0.5</version> </dependency>
implementation 'com.impossibl.pgjdbc-ng:pgjdbc-ng:0.5'
implementation("com.impossibl.pgjdbc-ng:pgjdbc-ng:0.5")
libraryDependencies += "com.impossibl.pgjdbc-ng" % "pgjdbc-ng" % "0.5"
@Grapes( @Grab(group='com.impossibl.pgjdbc-ng', module='pgjdbc-ng', version='0.5') )
<dependency org="com.impossibl.pgjdbc-ng" name="pgjdbc-ng" rev="0.5" />
[com.impossibl.pgjdbc-ng/pgjdbc-ng "0.5"]
'com.impossibl.pgjdbc-ng:pgjdbc-ng:jar:0.5'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- io.netty:netty-all:4.0.27.Final
test
|-- junit:junit:4.11