is not current version
Last Version 1.1.0

com.deevvi:http-status-code 1.0.0

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.

GroupId

GroupId

com.deevvi
ArtifactId

ArtifactId

http-status-code
Version

Version

1.0.0
Type

Type

jar

Download http-status-code 1.0.0


<!-- https://jarcasting.com/artifacts/com.deevvi/http-status-code/ -->
<dependency>
    <groupId>com.deevvi</groupId>
    <artifactId>http-status-code</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.deevvi/http-status-code/
implementation 'com.deevvi:http-status-code:1.0.0'
// https://jarcasting.com/artifacts/com.deevvi/http-status-code/
implementation ("com.deevvi:http-status-code:1.0.0")
'com.deevvi:http-status-code:jar:1.0.0'
<dependency org="com.deevvi" name="http-status-code" rev="1.0.0">
  <artifact name="http-status-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.deevvi', module='http-status-code', version='1.0.0')
)
libraryDependencies += "com.deevvi" % "http-status-code" % "1.0.0"
[com.deevvi/http-status-code "1.0.0"]