Files download
File Operation
http-errors-1.6.3.jar download
http-errors-1.6.3.pom download
http-errors-1.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>http-errors</artifactId>
  <version>1.6.3</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:http-errors:1.6.3'
Gradle Kotlin
implementation("org.mvnpm:http-errors:1.6.3")
Scala SBT
libraryDependencies += "org.mvnpm" % "http-errors" % "1.6.3"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='http-errors', version='1.6.3')
)
Apache Ivy
<dependency org="org.mvnpm" name="http-errors" rev="1.6.3" />
Leiningen
[org.mvnpm/http-errors "1.6.3"]
Apache Buildr
'org.mvnpm:http-errors:jar:1.6.3'