<?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.bio</groupId>
  <artifactId>npy</artifactId>
  <version>0.3.5</version>
  <name>npy</name>
  <description>NPY and NPZ support for the JVM</description>
  <url>https://github.com/JetBrains-Research/npy</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/JetBrains-Research/npy/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dievsky</id>
      <name>Aleksei Dievskii</name>
      <email>alexey.dievsky@jetbrains.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:JetBrains-Research/npy.git</connection>
    <developerConnection>scm:git:git@github.com:JetBrains-Research/npy.git</developerConnection>
    <url>https://github.com/JetBrains-Research/npy</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.4.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-test</artifactId>
      <version>1.4.21</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.13.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
