<dependency> <groupId>com.heliorm</groupId> <artifactId>postgresql</artifactId> <version>0.99.1</version> </dependency>
implementation 'com.heliorm:postgresql:0.99.1'
implementation("com.heliorm:postgresql:0.99.1")
libraryDependencies += "com.heliorm" % "postgresql" % "0.99.1"
@Grapes( @Grab(group='com.heliorm', module='postgresql', version='0.99.1') )
<dependency org="com.heliorm" name="postgresql" rev="0.99.1" />
[com.heliorm/postgresql "0.99.1"]
'com.heliorm:postgresql:jar:0.99.1'
<parent> <groupId>com.heliorm</groupId> <artifactId>drivers</artifactId> <version>0.99.1</version> </parent>
compile
|-- com.heliorm:core