matchbot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.libregaming</groupId>
<artifactId>matchbot</artifactId>
<version>1.1.0</version>
</dependency><?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>
<description>A chatbot for announcing upcoming matches and finding fellow players, written for the LibreGaming community</description>
<groupId>org.libregaming</groupId>
<artifactId>matchbot</artifactId>
<name>matchbot</name>
<scm>
<url>https://git.libregaming.org/LibreGaming/matchbot</url>
<connection>scm:git:https://git.libregaming.org/LibreGaming/matchbot.git</connection>
<developerConnection>scm:git:ssh://git@git.libregaming.org/LibreGaming/matchbot.git</developerConnection>
</scm>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
<developers>
<developer>
<id>seabass</id>
<name>Sebastian Crane</name>
<email>seabass-labrax@gmx.com</email>
<organization>LibreGaming</organization>
<organizationUrl>https://libregaming.org</organizationUrl>
<roles>
<role>Maintainer</role>
</roles>
<timezone>Europe/London</timezone>
</developer>
</developers>
<issueManagement>
<system>Gitea</system>
<url>https://git.libregaming.org/LibreGaming/matchbot/issues</url>
</issueManagement>
<url>https://git.libregaming.org/LibreGaming/matchbot</url>
<version>1.1.0</version>
<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.10.3</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>data.json</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>clj-commons</groupId>
<artifactId>clj-yaml</artifactId>
<version>0.7.107</version>
</dependency>
<dependency>
<groupId>irclj</groupId>
<artifactId>irclj</artifactId>
<version>0.5.0-alpha4</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
</build>
<repositories>
<repository>
<id>clojars</id>
<url>https://repo.clojars.org/</url>
</repository>
</repositories>
</project>