atlassian-connect-http4s_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.allantl</groupId>
<artifactId>atlassian-connect-http4s_2.12</artifactId>
<version>0.1.2</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.github.allantl</groupId>
<artifactId>atlassian-connect-http4s_2.12</artifactId>
<packaging>jar</packaging>
<description>atlassian-connect-http4s</description>
<url>https://github.com/allantl/atlassian-connect-http4s</url>
<version>0.1.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://opensource.org/licenses/Apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>atlassian-connect-http4s</name>
<organization>
<name>com.github.allantl</name>
<url>https://github.com/allantl/atlassian-connect-http4s</url>
</organization>
<scm>
<url>https://github.com/allantl/atlassian-connect-http4s</url>
<connection>scm:git:git@github.com:allantl/atlassian-connect-http4s.git</connection>
</scm>
<developers>
<developer>
<id>allantl</id>
<name>Allan Timothy Leong</name>
<email>allan.timothy.leong@gmail.com</email>
<url>https://github.com/allantl</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.8</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-blaze-server_2.12</artifactId>
<version>0.20.6</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-circe_2.12</artifactId>
<version>0.20.6</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dsl_2.12</artifactId>
<version>0.20.6</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-core_2.12</artifactId>
<version>0.11.1</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-generic_2.12</artifactId>
<version>0.11.1</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-parser_2.12</artifactId>
<version>0.11.1</version>
</dependency>
<dependency>
<groupId>io.toolsplus</groupId>
<artifactId>atlassian-jwt-generators_2.12</artifactId>
<version>0.1.7</version>
</dependency>
<dependency>
<groupId>io.toolsplus</groupId>
<artifactId>atlassian-jwt-core_2.12</artifactId>
<version>0.1.7</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.12</artifactId>
<version>4.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-scalacheck_2.12</artifactId>
<version>4.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.allantl</groupId>
<artifactId>jira4s_2.12</artifactId>
<version>0.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>