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