<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.mokamint</groupId>
  <artifactId>io-mokamint-plotter-cli-api</artifactId>
  <version>1.7.1</version>
  <name>io-mokamint-plotter-cli-api</name>
  <description>This module defines the API of the command-line tool for Mokamint plots.</description>
  <url>https://github.com/Mokamint-chain/mokamint/io-mokamint-plotter-cli-api</url>
  <inceptionYear>2023</inceptionYear>
  <organization>
    <name>Mokamint</name>
    <url>https://www.mokamint.io</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Fausto Spoto</name>
      <email>fausto.spoto@gmail.com</email>
      <organization>Mokamint</organization>
      <organizationUrl>https://www.mokamint.io</organizationUrl>
      <timezone>UTC+01:00</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Mokamint-chain/mokamint.git/io-mokamint-plotter-cli-api</connection>
    <developerConnection>scm:git:git@github.com:Mokamint-chain/mokamint.git/io-mokamint-plotter-cli-api</developerConnection>
    <url>https://github.com/Mokamint-chain/mokamint/io-mokamint-plotter-cli-api</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>io.mokamint</groupId>
      <artifactId>io-mokamint-plotter-api</artifactId>
      <version>1.7.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.hotmoka.annotations</groupId>
      <artifactId>io-hotmoka-annotations</artifactId>
      <version>1.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.hotmoka.crypto</groupId>
      <artifactId>io-hotmoka-crypto-api</artifactId>
      <version>1.5.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
