<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
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>nl.mauritssilvis.darts.java</groupId>
<artifactId>java-darts-cli</artifactId>
<version>0.7.3</version>
<name>Java darts CLI</name>
<description>A Java-based command-line interface for darts, a computational toolbox aimed at the game of darts</description>
<url>https://github.com/mauritssilvis/darts</url>
<licenses>
<license>
<name>GNU General Public License v3.0 or later</name>
<url>https://spdx.org/licenses/GPL-3.0-or-later.html</url>
</license>
</licenses>
<developers>
<developer>
<id>mauritssilvis</id>
<name>Maurits Silvis</name>
<email>mauritssilvis@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:ssh://git@github.com:mauritssilvis/darts.git</connection>
<developerConnection>scm:git:ssh://git@github.com:mauritssilvis/darts.git</developerConnection>
<url>https://github.com/mauritssilvis/darts</url>
</scm>
<dependencies>
<dependency>
<groupId>nl.mauritssilvis.darts.java</groupId>
<artifactId>java-darts-api</artifactId>
<version>0.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>nl.mauritssilvis.darts.java</groupId>
<artifactId>java-darts-core</artifactId>
<version>0.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.5</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>