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