is not current version
Last Version 2020.01.09

com.simplaex:http-status-codes 1.1.0

HTTP Status Codes for Java

GroupId

GroupId

com.simplaex
ArtifactId

ArtifactId

http-status-codes
Version

Version

1.1.0
Type

Type

jar

Download http-status-codes 1.1.0


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