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