errors
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.palantir.remoting-api</groupId>
<artifactId>errors</artifactId>
<version>1.8.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<url>https://github.com/palantir/http-remoting-api</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>palantir</id>
<name>Palantir Technologies Inc</name>
<organizationUrl>https://www.palantir.com</organizationUrl>
</developer>
</developers>
<description>Palantir open source project</description>
<organization>
<name>Palantir Technologies Inc</name>
<url>https://palantir.com</url>
</organization>
<scm>
<url>https://github.com/palantir/http-remoting-api</url>
</scm>
<groupId>com.palantir.remoting-api</groupId>
<artifactId>errors</artifactId>
<version>1.8.0</version>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>compile</scope>
<version>2.6.7</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<scope>compile</scope>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>com.palantir.safe-logging</groupId>
<artifactId>safe-logging</artifactId>
<scope>compile</scope>
<version>0.1.3</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<scope>compile</scope>
<version>2.0.1</version>
</dependency>
</dependencies>
<name>errors</name>
</project>