не последняя версия
Последняя версия 0.0.24

io.higgs:http-s3 0.0.11

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.

Группа

Группа

io.higgs
Идентификатор

Идентификатор

http-s3
Версия

Версия

0.0.11
Тип

Тип

jar

Скачать http-s3 0.0.11


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