GroupId | GroupIdcom.simplaex |
---|---|
ArtifactId | ArtifactIdhttp-status-codes |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
http-status-codes-1.0.0.pom | |
http-status-codes-1.0.0.jar | 14 KB |
http-status-codes-1.0.0-sources.jar | 4 KB |
http-status-codes-1.0.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.simplaex/http-status-codes/ -->
<dependency>
<groupId>com.simplaex</groupId>
<artifactId>http-status-codes</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.simplaex/http-status-codes/
implementation 'com.simplaex:http-status-codes:1.0.0'
// https://jarcasting.com/artifacts/com.simplaex/http-status-codes/
implementation ("com.simplaex:http-status-codes:1.0.0")
'com.simplaex:http-status-codes:jar:1.0.0'
<dependency org="com.simplaex" name="http-status-codes" rev="1.0.0">
<artifact name="http-status-codes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simplaex', module='http-status-codes', version='1.0.0')
)
libraryDependencies += "com.simplaex" % "http-status-codes" % "1.0.0"
[com.simplaex/http-status-codes "1.0.0"]