MVN

io.github.sebasbaumh : postgis-java-ng

Maven & Gradle

Aug 02, 2023
15 stars

PostGIS Java bindings · This project contains Java bindings for using PostGIS geometries coming from a PostgreSQL database.

<dependency>
    <groupId>io.github.sebasbaumh</groupId>
    <artifactId>postgis-java-ng</artifactId>
    <version>23.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sebasbaumh : postgis-java-ng to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.2.0

All Versions

Choose a version of io.github.sebasbaumh : postgis-java-ng to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.2.x
postgis-java-ng-23.2.0
23.1.x
postgis-java-ng-23.1.0
22.3.x
postgis-java-ng-22.3.1
postgis-java-ng-22.3.0
22.2.x
postgis-java-ng-22.2.0
22.1.x
postgis-java-ng-22.1.0
22.0.x
postgis-java-ng-22.0.1
postgis-java-ng-22.0.0
21.0.x
postgis-java-ng-21.0.0
2.0.x
postgis-java-ng-2.0.0
1.3.x
postgis-java-ng-1.3.2
postgis-java-ng-1.3.1
postgis-java-ng-1.3.0
1.2.x
postgis-java-ng-1.2.1
postgis-java-ng-1.2.0
1.1.x
postgis-java-ng-1.1.0
1.0.x
postgis-java-ng-1.0.8
postgis-java-ng-1.0.7
postgis-java-ng-1.0.6
postgis-java-ng-1.0.5

How to add a dependency to Maven

Add the following io.github.sebasbaumh : postgis-java-ng maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sebasbaumh</groupId>
    <artifactId>postgis-java-ng</artifactId>
    <version>23.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sebasbaumh : postgis-java-ng gradle dependency to your build.gradle file:

implementation 'io.github.sebasbaumh:postgis-java-ng:23.2.0'

Gradle Kotlin DSL: Add the following io.github.sebasbaumh : postgis-java-ng gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sebasbaumh:postgis-java-ng:23.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sebasbaumh : postgis-java-ng sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sebasbaumh" % "postgis-java-ng" % "23.2.0"