repatch-github_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.eed3si9n</groupId>
<artifactId>repatch-github_2.13</artifactId>
<version>dispatch1.2.0_0.1.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.eed3si9n</groupId>
<artifactId>repatch-github_2.13</artifactId>
<packaging>jar</packaging>
<description>Dispatch plugin for GitHub API v3</description>
<url>https://github.com/eed3si9n/repatch-github</url>
<version>dispatch1.2.0_0.1.0</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>repatch-github</name>
<organization>
<name>com.eed3si9n</name>
<url>https://github.com/eed3si9n/repatch-github</url>
</organization>
<scm>
<url>https://github.com/eed3si9n/repatch-github</url>
<connection>scm:git@github.com:eed3si9n/repatch-github.git</connection>
</scm>
<developers>
<developer>
<id>eed3si9n</id>
<name>Eugene Yokota</name>
<url>https://eed3si9n.com</url>
<email>@eed3si9n</email>
</developer>
<developer>
<id>er1c</id>
<name>Eric Peters</name>
<url>https://github.com/er1c</url>
<email>@ericpeters</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.6</version>
</dependency>
<dependency>
<groupId>org.dispatchhttp</groupId>
<artifactId>dispatch-core_2.13</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.dispatchhttp</groupId>
<artifactId>dispatch-json4s-native_2.13</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.13</artifactId>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
</project>