errors4s-http-root_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.errors4s</groupId>
<artifactId>errors4s-http-root_3</artifactId>
<version>3.0.0.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>org.errors4s</groupId>
<artifactId>errors4s-http-root_3</artifactId>
<packaging>pom</packaging>
<description>errors4s-http-root</description>
<url>https://github.com/errors4s/errors4s-http</url>
<version>3.0.0.0</version>
<licenses>
<license>
<name>BSD3</name>
<url>https://opensource.org/licenses/BSD-3-Clause</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>errors4s-http-root</name>
<organization>
<name>org.errors4s</name>
<url>https://github.com/errors4s/errors4s-http</url>
</organization>
<scm>
<url>https://github.com/errors4s/errors4s-http</url>
<connection>scm:git:git@github.com:errors4s/errors4s-http.git</connection>
</scm>
<developers>
<developer>
<id>isomarcte</id>
<name>David Strawn</name>
<url>https://github.com/isomarcte</url>
<email>isomarcte@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>pvp</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.1.0</version>
</dependency>
</dependencies>
</project>