MVN

cc.zhaoac : faith-tool-geotool

Maven & Gradle

Jan 22, 2024

faith-tool-geotool · 集成geotool工具的地理信息工具类, 本版本使用GeoTools 25.0 官网文档: https://docs.geotools.org/ Java Run-time Environment: Java 17 - GeoTools 27.x and above (OpenJDK tested) Java 11 - GeoTools 21.x and above (OpenJDK tested) Java 8 - GeoTools 15.x up to and including GeoTools 28.x (OpenJDK and Oracle JRE tested) Java 7 - GeoTools 11.x to GeoTools 14.x (OpenJDK and Oracle JRE tested) Java 6 - GeoTools 8.x to GeoTools 10.x (Oracle JRE tested) Java 5 - GeoTools 2.5.x to GeoTools 8.x (Sun JRE tested) Java 1.4 - GeoTools 2.x to GeoTools 2.4.x (Sun JRE tested)

<dependency>
    <groupId>cc.zhaoac</groupId>
    <artifactId>faith-tool-geotool</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.zhaoac : faith-tool-geotool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of cc.zhaoac : faith-tool-geotool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
faith-tool-geotool-1.1.0

How to add a dependency to Maven

Add the following cc.zhaoac : faith-tool-geotool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.zhaoac</groupId>
    <artifactId>faith-tool-geotool</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.zhaoac : faith-tool-geotool gradle dependency to your build.gradle file:

implementation 'cc.zhaoac:faith-tool-geotool:1.1.0'

Gradle Kotlin DSL: Add the following cc.zhaoac : faith-tool-geotool gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.zhaoac:faith-tool-geotool:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.zhaoac : faith-tool-geotool sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.zhaoac" % "faith-tool-geotool" % "1.1.0"