<?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>dev.siroshun.codec4j</groupId>
  <artifactId>codec4j-api</artifactId>
  <version>0.2.0-beta.6</version>
  <name>codec4j-api</name>
  <description>A library that provides the simple type-safe codec system.</description>
  <url>https://github.com/Siroshun09/Codec4J</url>
  <licenses>
    <license>
      <name>APACHE LICENSE, VERSION 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Siroshun09</id>
      <name>Siroshun09</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/Siroshun09/Codec4J.git</connection>
    <developerConnection>scm:git@github.com:Siroshun09/Codec4J.git</developerConnection>
    <url>https://github.com/Siroshun09/Codec4J</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/Siroshun09/Codec4J/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/Siroshun09/Codec4J/runs</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>dev.siroshun.jfun</groupId>
      <artifactId>jfun-function</artifactId>
      <version>1.0.0-beta.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.siroshun.jfun</groupId>
      <artifactId>jfun-result</artifactId>
      <version>1.0.0-beta.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>26.0.2-1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
