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