http4s-timer-core_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.lyranthe</groupId>
<artifactId>http4s-timer-core_2.12</artifactId>
<version>0.0.4</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>org.lyranthe</groupId>
<artifactId>http4s-timer-core_2.12</artifactId>
<packaging>jar</packaging>
<description>http4s-timer-core</description>
<version>0.0.4</version>
<name>http4s-timer-core</name>
<organization>
<name>org.lyranthe</name>
</organization>
<scm>
<url>https://github.com/fiadliel/http4s-timer</url>
<connection>scm:git:https://github.com/fiadliel/http4s-timer.git</connection>
<developerConnection>scm:git:git@github.com:fiadliel/http4s-timer.git</developerConnection>
</scm>
<url>https://github.com/fiadliel/http4s-timer</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/fiadliel/http4s-timer/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>fiadliel</id>
<name>Gary Coady</name>
<url>https://www.lyranthe.org/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.4</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-core_2.12</artifactId>
<version>0.18.15</version>
</dependency>
<dependency>
<groupId>com.newrelic.agent.java</groupId>
<artifactId>newrelic-api</artifactId>
<version>4.2.0</version>
</dependency>
</dependencies>
</project>