Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdcom.revolsys.open |
ArtifactId | ArtifactIdcom.revolsys.open.gis.postgresql |
Version | Version2012.07.31.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.gis.postgresql/ -->
<dependency>
<groupId>com.revolsys.open</groupId>
<artifactId>com.revolsys.open.gis.postgresql</artifactId>
<version>2012.07.31.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.gis.postgresql/
implementation 'com.revolsys.open:com.revolsys.open.gis.postgresql:2012.07.31.RELEASE'
// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.gis.postgresql/
implementation ("com.revolsys.open:com.revolsys.open.gis.postgresql:2012.07.31.RELEASE")
'com.revolsys.open:com.revolsys.open.gis.postgresql:jar:2012.07.31.RELEASE'
<dependency org="com.revolsys.open" name="com.revolsys.open.gis.postgresql" rev="2012.07.31.RELEASE">
<artifact name="com.revolsys.open.gis.postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.revolsys.open', module='com.revolsys.open.gis.postgresql', version='2012.07.31.RELEASE')
)
libraryDependencies += "com.revolsys.open" % "com.revolsys.open.gis.postgresql" % "2012.07.31.RELEASE"
[com.revolsys.open/com.revolsys.open.gis.postgresql "2012.07.31.RELEASE"]