s

simplehttp

An wrapper around the built in HTTP server
https://github.com/codemonstur/simplehttp
MIT License
Jurgen Voorneveld
Files download
File Operation
simplehttp-1.0.0.jar download
simplehttp-1.0.0.pom download
simplehttp-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.codemonstur</groupId>
  <artifactId>simplehttp</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.codemonstur:simplehttp:1.0.0'
Gradle Kotlin
implementation("com.github.codemonstur:simplehttp:1.0.0")
Scala SBT
libraryDependencies += "com.github.codemonstur" % "simplehttp" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.codemonstur', module='simplehttp', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.codemonstur" name="simplehttp" rev="1.0.0" />
Leiningen
[com.github.codemonstur/simplehttp "1.0.0"]
Apache Buildr
'com.github.codemonstur:simplehttp:jar:1.0.0'
Dependencies