<?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">
  <!-- 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>com.github.holgerbrandl</groupId>
  <artifactId>kravis</artifactId>
  <version>0.8.5</version>
  <name>kravis</name>
  <description>kravis is a Kotlin wrapper around ggplot2 to enabl data visualiation on the JVM</description>
  <url>https://github.com/holgerbrandl/kravis</url>
  <licenses>
    <license>
      <name>BSD-2</name>
      <url>https://github.com/holgerbrandl/kravis/blob/master/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>holgerbrandl</id>
      <name>Holger Brandl</name>
      <email>holgerbrandl@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/holgerbrandl/kravis.git</connection>
    <developerConnection>scm:git:ssh://github.com/holgerbrandl/kravis.git</developerConnection>
    <url>https://github.com/holgerbrandl/kravis.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.holgerbrandl</groupId>
      <artifactId>krangl</artifactId>
      <version>0.17.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-math3</artifactId>
      <version>3.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.rosuda.REngine</groupId>
      <artifactId>REngine</artifactId>
      <version>2.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.rosuda.REngine</groupId>
      <artifactId>Rserve</artifactId>
      <version>1.8.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
