lets-plot-kotlin-geotools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jetbrains.lets-plot</groupId> <artifactId>lets-plot-kotlin-geotools</artifactId> <version>3.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.jetbrains.lets-plot</groupId> <artifactId>lets-plot-kotlin-geotools</artifactId> <version>3.0.0</version> <name>Lets-Plot Kotlin GeoTools Bridge</name> <description>Lets-Plot Kotlin GeoTools Bridge. Requires GeoTools artifacts: - org.geotools:gt-main:[23,) - org.geotools:gt-geojson:[23,)</description> <url>https://github.com/JetBrains/lets-plot-kotlin</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>jetbrains</id> <name>JetBrains</name> <email>lets-plot@jetbrains.com</email> </developer> </developers> <scm> <url>https://github.com/JetBrains/lets-plot-kotlin</url> </scm> </project>