MVN

org.jetbrains.lets-plot : lets-plot-kotlin-geotools

Maven & Gradle

Aug 23, 2023
409 stars

Lets-Plot Kotlin GeoTools Bridge · Lets-Plot Kotlin GeoTools Bridge. Requires GeoTools artifacts: - org.geotools:gt-main:[23,) - org.geotools:gt-geojson:[23,)

<dependency>
    <groupId>org.jetbrains.lets-plot</groupId>
    <artifactId>lets-plot-kotlin-geotools</artifactId>
    <version>4.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.lets-plot : lets-plot-kotlin-geotools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.2
  • Latest Alpha: 4.4.2-alpha1

All Versions

Choose a version of org.jetbrains.lets-plot : lets-plot-kotlin-geotools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
lets-plot-kotlin-geotools-4.4.2
lets-plot-kotlin-geotools-4.4.2-alpha1
lets-plot-kotlin-geotools-4.4.1
lets-plot-kotlin-geotools-4.4.0
4.3.x
lets-plot-kotlin-geotools-4.3.0
4.2.x
lets-plot-kotlin-geotools-4.2.0
4.1.x
lets-plot-kotlin-geotools-4.1.1
lets-plot-kotlin-geotools-4.1.0
4.0.x
lets-plot-kotlin-geotools-4.0.0
3.3.x
lets-plot-kotlin-geotools-3.3.0
3.2.x
lets-plot-kotlin-geotools-3.2.0
3.1.x
lets-plot-kotlin-geotools-3.1.1
lets-plot-kotlin-geotools-3.1.0
3.0.x
lets-plot-kotlin-geotools-3.0.3-alpha1
lets-plot-kotlin-geotools-3.0.2
lets-plot-kotlin-geotools-3.0.1
lets-plot-kotlin-geotools-3.0.0
2.0.x
lets-plot-kotlin-geotools-2.0.1
lets-plot-kotlin-geotools-2.0.0
lets-plot-kotlin-geotools-2.0.0-alpha1

How to add a dependency to Maven

Add the following org.jetbrains.lets-plot : lets-plot-kotlin-geotools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.lets-plot</groupId>
    <artifactId>lets-plot-kotlin-geotools</artifactId>
    <version>4.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.lets-plot : lets-plot-kotlin-geotools gradle dependency to your build.gradle file:

implementation 'org.jetbrains.lets-plot:lets-plot-kotlin-geotools:4.4.2'

Gradle Kotlin DSL: Add the following org.jetbrains.lets-plot : lets-plot-kotlin-geotools gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.lets-plot:lets-plot-kotlin-geotools:4.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.lets-plot : lets-plot-kotlin-geotools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.lets-plot" % "lets-plot-kotlin-geotools" % "4.4.2"

Advertisement