is not current version
Last Version 0.0.24

io.higgs:http-s3 0.0.10

Higgs HTTP S3 (Single Site Server). This is the core module with the server implementation. The other modules within this parent are extensions to this module that adds functionality to the server.

GroupId

GroupId

io.higgs
ArtifactId

ArtifactId

http-s3
Version

Version

0.0.10
Type

Type

jar

Download http-s3 0.0.10


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