<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>us.ihmc</groupId>
  <artifactId>zed-java-api</artifactId>
  <version>5.0.0</version>
  <dependencies>
    <dependency>
      <groupId>us.ihmc</groupId>
      <artifactId>cuda</artifactId>
      <version>12.6-9.5-1.5.11-ihmc-2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>us.ihmc</groupId>
      <artifactId>javacpp</artifactId>
      <version>1.5.11-ihmc-2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>us.ihmc</groupId>
      <artifactId>ihmc-native-library-loader</artifactId>
      <version>2.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.12.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>zed-java-api</description>
  <name>zed-java-api</name>
  <url>https://github.com/ihmcrobotics/zed-java-api</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/ihmcrobotics/zed-java-api</url>
  </scm>
  <developers>
    <developer>
      <name>ihmc-rosie (rosie@ihmc.org)</name>
      <organization>IHMC</organization>
    </developer>
  </developers>
</project>
