http4s-blaze-server_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-blaze-server_2.13</artifactId> <version>1.0.0-M41</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.http4s</groupId> <artifactId>http4s-blaze-server_2.13</artifactId> <packaging>jar</packaging> <description>blaze implementation for http4s servers</description> <url>https://github.com/http4s/blaze</url> <version>1.0.0-M41</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>http4s-blaze-server</name> <inceptionYear>2014</inceptionYear> <organization> <name>http4s.org</name> </organization> <scm> <url>https://github.com/http4s/blaze</url> <connection>scm:git:https://github.com/http4s/blaze.git</connection> <developerConnection>scm:git:git@github.com:http4s/blaze.git</developerConnection> </scm> <developers> <developer> <id>http4s</id> <name>blaze contributors</name> <url>https://github.com/http4s/blaze/contributors</url> <email>@http4s</email> </developer> <developer> <id>bryce-anderson</id> <name>Bryce L. Anderson</name> <url>https://github.com/bryce-anderson</url> <email>bryce.anderson22@gmail.com</email> </developer> <developer> <id>rossabaker</id> <name>Ross A. Baker</name> <url>https://github.com/rossabaker</url> <email>ross@rossabaker.com</email> </developer> <developer> <id>ChristopherDavenport</id> <name>Christopher Davenport</name> <url>https://github.com/ChristopherDavenport</url> <email>chris@christopherdavenport.tech</email> </developer> </developers> <properties> <info.apiURL>https://www.javadoc.io/doc/org.http4s/http4s-blaze-server_2.13/1.0.0-M41/</info.apiURL> <info.releaseNotesUrl>https://github.com/http4s/blaze/releases/tag/v1.0.0-M41</info.releaseNotesUrl> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.15</version> </dependency> <dependency> <groupId>org.http4s</groupId> <artifactId>http4s-blaze-core_2.13</artifactId> <version>1.0.0-M41</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>scalac-compat-annotation_2.13</artifactId> <version>0.1.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.http4s</groupId> <artifactId>http4s-server_2.13</artifactId> <version>1.0.0-M44</version> </dependency> <dependency> <groupId>org.http4s</groupId> <artifactId>http4s-dsl_2.13</artifactId> <version>1.0.0-M44</version> <scope>test</scope> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>log4cats-slf4j_2.13</artifactId> <version>2.7.0</version> <scope>test</scope> </dependency> </dependencies> </project>