| License | License | 
|---|---|
| GroupId | GroupIdorg.javastack | 
| ArtifactId | ArtifactIdhttpd | 
| Last Version | Last Version1.1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionorg.javastack:httpd simple http server | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| httpd-1.1.2.pom | |
| httpd-1.1.2.jar | 9 KB | 
| httpd-1.1.2-sources.jar | 2 KB | 
| httpd-1.1.2-javadoc.jar | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.javastack/httpd/ -->
<dependency>
    <groupId>org.javastack</groupId>
    <artifactId>httpd</artifactId>
    <version>1.1.2</version>
</dependency>// https://jarcasting.com/artifacts/org.javastack/httpd/
implementation 'org.javastack:httpd:1.1.2'// https://jarcasting.com/artifacts/org.javastack/httpd/
implementation ("org.javastack:httpd:1.1.2")'org.javastack:httpd:jar:1.1.2'<dependency org="org.javastack" name="httpd" rev="1.1.2">
  <artifact name="httpd" type="jar" />
</dependency>@Grapes(
@Grab(group='org.javastack', module='httpd', version='1.1.2')
)libraryDependencies += "org.javastack" % "httpd" % "1.1.2"[org.javastack/httpd "1.1.2"]