dataframe-geo
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>dataframe-geo</artifactId> <version>1.0.0-dev-6948</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>dataframe-geo</artifactId> <version>1.0.0-dev-6948</version> <name>dataframe-geo</name> <description>GeoDataFrame API</description> <url>https://github.com/Kotlin/dataframe</url> <inceptionYear>2021</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>koperagen</id> <name>Nikita Klimenko</name> <email>nikita.klimenko@jetbrains.com</email> </developer> <developer> <id>Jolanrensen</id> <name>Jolan Rensen</name> <email>jolan.rensen@jetbrains.com</email> </developer> <developer> <id>zaleslaw</id> <name>Aleksei Zinovev</name> <email>aleksei.zinovev@jetbrains.com</email> </developer> <developer> <id>ermolenkodev</id> <name>Nikita Ermolenko</name> <email>nikita.ermolenko@jetbrains.com</email> </developer> <developer> <id>nikitinas</id> <name>Anatoly Nikitin</name> <email>anatoly.nikitin@jetbrains.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/Kotlin/dataframe.git</connection> <developerConnection>scm:git:https://github.com/Kotlin/dataframe.git</developerConnection> <url>https://github.com/Kotlin/dataframe</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>dataframe-core</artifactId> <version>1.0.0-dev-6948</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>dataframe-jupyter</artifactId> <version>1.0.0-dev-6948</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-main</artifactId> <version>32.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-shapefile</artifactId> <version>32.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-geojson</artifactId> <version>32.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-referencing</artifactId> <version>32.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-epsg-hsql</artifactId> <version>32.1</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.media</groupId> <artifactId>jai-core</artifactId> <version>1.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.locationtech.jts</groupId> <artifactId>jts-core</artifactId> <version>1.20.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.locationtech.jts.io</groupId> <artifactId>jts-io-common</artifactId> <version>1.20.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-jvm</artifactId> <version>3.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-jvm</artifactId> <version>3.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-jvm</artifactId> <version>3.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-jvm</artifactId> <version>3.0.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>