Categories |
CategoriesPostgreSQL Data Databases Net |
---|---|
GroupId | GroupIdorg.ancoron.postgresql |
ArtifactId | ArtifactIdorg.postgresql.net |
Version | Version9.1.901.jdbc4.1-rc5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ancoron.postgresql/org.postgresql.net/ -->
<dependency>
<groupId>org.ancoron.postgresql</groupId>
<artifactId>org.postgresql.net</artifactId>
<version>9.1.901.jdbc4.1-rc5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.postgresql/org.postgresql.net/
implementation 'org.ancoron.postgresql:org.postgresql.net:9.1.901.jdbc4.1-rc5'
// https://jarcasting.com/artifacts/org.ancoron.postgresql/org.postgresql.net/
implementation ("org.ancoron.postgresql:org.postgresql.net:9.1.901.jdbc4.1-rc5")
'org.ancoron.postgresql:org.postgresql.net:jar:9.1.901.jdbc4.1-rc5'
<dependency org="org.ancoron.postgresql" name="org.postgresql.net" rev="9.1.901.jdbc4.1-rc5">
<artifact name="org.postgresql.net" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.postgresql', module='org.postgresql.net', version='9.1.901.jdbc4.1-rc5')
)
libraryDependencies += "org.ancoron.postgresql" % "org.postgresql.net" % "9.1.901.jdbc4.1-rc5"
[org.ancoron.postgresql/org.postgresql.net "9.1.901.jdbc4.1-rc5"]