MVN

io.github.baozi926 : geo-util

Maven & Gradle

Dec 12, 2022
4 stars

GeoUtil · utils for help dealing with spatial data, such as geojson, shp

<dependency>
    <groupId>io.github.baozi926</groupId>
    <artifactId>geo-util</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.baozi926 : geo-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of io.github.baozi926 : geo-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
geo-util-1.1.3
geo-util-1.1.2
geo-util-1.1.1
1.1
geo-util-1.1
1.0.x
geo-util-1.0.4
geo-util-1.0.1
geo-util-1.0.0

How to add a dependency to Maven

Add the following io.github.baozi926 : geo-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.baozi926</groupId>
    <artifactId>geo-util</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.baozi926 : geo-util gradle dependency to your build.gradle file:

implementation 'io.github.baozi926:geo-util:1.1.3'

Gradle Kotlin DSL: Add the following io.github.baozi926 : geo-util gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.baozi926:geo-util:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.baozi926 : geo-util sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.baozi926" % "geo-util" % "1.1.3"