h

http-s3

Higgs HTTP S3 (Single Site Server)
Files download
File Operation
http-s3-0.0.3.jar download
http-s3-0.0.3.pom download
http-s3-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.higgs</groupId>
  <artifactId>http-s3</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.higgs:http-s3:0.0.3'
Gradle Kotlin
implementation("io.higgs:http-s3:0.0.3")
Scala SBT
libraryDependencies += "io.higgs" % "http-s3" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.higgs', module='http-s3', version='0.0.3')
)
Apache Ivy
<dependency org="io.higgs" name="http-s3" rev="0.0.3" />
Leiningen
[io.higgs/http-s3 "0.0.3"]
Apache Buildr
'io.higgs:http-s3:jar:0.0.3'