MVN

com.deevvi : http-status-code

Maven & Gradle

Apr 28, 2021
1 usages
3 stars

HTTP status codes library · The aim of this library is to provide all official an unofficial HTTP status codes along with a simple but efficient API to handle the codes.

<dependency>
    <groupId>com.deevvi</groupId>
    <artifactId>http-status-code</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.deevvi : http-status-code to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.deevvi : http-status-code to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
http-status-code-1.1.0
1.0.x
http-status-code-1.0.0

How to add a dependency to Maven

Add the following com.deevvi : http-status-code maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.deevvi</groupId>
    <artifactId>http-status-code</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.deevvi : http-status-code gradle dependency to your build.gradle file:

implementation 'com.deevvi:http-status-code:1.1.0'

Gradle Kotlin DSL: Add the following com.deevvi : http-status-code gradle kotlin dependency to your build.gradle.kts file:

implementation("com.deevvi:http-status-code:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.deevvi : http-status-code sbt scala dependency to your build.sbt file:

libraryDependencies += "com.deevvi" % "http-status-code" % "1.1.0"

Advertisement