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