| Categories | CategoriesGeospatial Business Logic Libraries PostGIS | 
|---|---|
| GroupId | GroupIdcom.revolsys.open | 
| ArtifactId | ArtifactIdcom.revolsys.open.gis.postgis | 
| Version | Version2011.11.16.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.gis.postgis/ -->
<dependency>
    <groupId>com.revolsys.open</groupId>
    <artifactId>com.revolsys.open.gis.postgis</artifactId>
    <version>2011.11.16.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.gis.postgis/
implementation 'com.revolsys.open:com.revolsys.open.gis.postgis:2011.11.16.RELEASE'// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.gis.postgis/
implementation ("com.revolsys.open:com.revolsys.open.gis.postgis:2011.11.16.RELEASE")'com.revolsys.open:com.revolsys.open.gis.postgis:jar:2011.11.16.RELEASE'<dependency org="com.revolsys.open" name="com.revolsys.open.gis.postgis" rev="2011.11.16.RELEASE">
  <artifact name="com.revolsys.open.gis.postgis" type="jar" />
</dependency>@Grapes(
@Grab(group='com.revolsys.open', module='com.revolsys.open.gis.postgis', version='2011.11.16.RELEASE')
)libraryDependencies += "com.revolsys.open" % "com.revolsys.open.gis.postgis" % "2011.11.16.RELEASE"[com.revolsys.open/com.revolsys.open.gis.postgis "2011.11.16.RELEASE"]