<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <packaging>jar</packaging>
  <groupId>mvxcvi</groupId>
  <artifactId>alphabase</artifactId>
  <version>3.0.185</version>
  <name>alphabase</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.11.2</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <description>Clojure(script) library to encode binary data with alphabet base strings.</description>
  <url>https://github.com/greglook/alphabase</url>
  <licenses>
    <license>
      <name>Public Domain</name>
      <url>https://unlicense.org/</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/greglook/alphabase</url>
    <connection>scm:git:https://github.com/greglook/alphabase.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/greglook/alphabase.git</developerConnection>
    <tag>3.0.185</tag>
  </scm>
</project>
