MVN

au.gov.amsa.risky : geotools-extras

Maven & Gradle

Mar 07, 2023
1 usages
9 stars

geotools-extras

<dependency>
    <groupId>au.gov.amsa.risky</groupId>
    <artifactId>geotools-extras</artifactId>
    <version>0.6.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.gov.amsa.risky : geotools-extras to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.16

All Versions

Choose a version of au.gov.amsa.risky : geotools-extras to add to Maven or Gradle - All Versions:

  • Version Updated
  • geotools-extras-0.6.16

    Mar 07, 2023
  • geotools-extras-0.6.15

    Feb 21, 2023
  • geotools-extras-0.6.14

    Dec 14, 2022
  • geotools-extras-0.6.13

    Dec 08, 2022
  • geotools-extras-0.6.12

    Nov 18, 2022
  • geotools-extras-0.6.11

    Aug 25, 2022
  • geotools-extras-0.6.10

    Aug 03, 2022
  • geotools-extras-0.6.9

    Mar 22, 2022
  • geotools-extras-0.6.8

    Mar 08, 2022
  • geotools-extras-0.6.6

    Mar 01, 2022
  • geotools-extras-0.6.5

    Nov 24, 2021
  • geotools-extras-0.6.4

    Nov 19, 2021
  • geotools-extras-0.6.3

    Nov 18, 2021
  • geotools-extras-0.6.2.0

    Oct 13, 2021
  • geotools-extras-0.6.1.2

    Aug 04, 2021
  • geotools-extras-0.5.9

    Jul 05, 2016
  • geotools-extras-0.5.8

    Jun 14, 2016
  • geotools-extras-0.5.7

    May 25, 2016
  • geotools-extras-0.5.5

    Feb 17, 2016
  • geotools-extras-0.5.3

    Nov 12, 2015
  • geotools-extras-0.5.2

    Oct 06, 2015

How to add a dependency to Maven

Add the following au.gov.amsa.risky : geotools-extras maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.gov.amsa.risky</groupId>
    <artifactId>geotools-extras</artifactId>
    <version>0.6.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.gov.amsa.risky : geotools-extras gradle dependency to your build.gradle file:

implementation 'au.gov.amsa.risky:geotools-extras:0.6.16'

Gradle Kotlin DSL: Add the following au.gov.amsa.risky : geotools-extras gradle kotlin dependency to your build.gradle.kts file:

implementation("au.gov.amsa.risky:geotools-extras:0.6.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.gov.amsa.risky : geotools-extras sbt scala dependency to your build.sbt file:

libraryDependencies += "au.gov.amsa.risky" % "geotools-extras" % "0.6.16"