<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <packaging>jar</packaging>
  <groupId>org.pinkgorilla</groupId>
  <artifactId>dali-table</artifactId>
  <version>0.8.119</version>
  <name>dali-table</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.4</version>
    </dependency>
    <dependency>
      <groupId>scicloj</groupId>
      <artifactId>tablecloth</artifactId>
      <version>8.016</version>
    </dependency>
    <dependency>
      <groupId>io.github.clojure-quant</groupId>
      <artifactId>techml-dataset-cljs</artifactId>
      <version>0.3.31</version>
    </dependency>
    <dependency>
      <groupId>org.pinkgorilla</groupId>
      <artifactId>dali</artifactId>
      <version>0.8.50</version>
    </dependency>
    <dependency>
      <groupId>org.pinkgorilla</groupId>
      <artifactId>tick-transit</artifactId>
      <version>0.1.7</version>
    </dependency>
    <dependency>
      <groupId>org.pinkgorilla</groupId>
      <artifactId>css-theme</artifactId>
      <version>0.1.13</version>
    </dependency>
    <dependency>
      <groupId>potemkin</groupId>
      <artifactId>potemkin</artifactId>
      <version>0.4.7</version>
    </dependency>
    <dependency>
      <groupId>io.helins</groupId>
      <artifactId>canvas</artifactId>
      <version>2.0.0-beta0</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <licenses>
    <license>
      <name>Eclipse Public License</name>
      <url>https://www.eclipse.org/legal/epl-v10.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>pink-gorilla</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/pink-gorilla/dali-table</url>
    <connection>scm:git:git://github.com/pink-gorilla/dali-table.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/pink-gorilla/dali-table.git</developerConnection>
  </scm>
</project>
