org.javastack:httpd

simple http server

License

License

GroupId

GroupId

org.javastack
ArtifactId

ArtifactId

httpd
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

org.javastack:httpd
simple http server
Project URL

Project URL

https://github.com/ggrandes/httpd

Download httpd

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.2
1.1.1
1.1.0
1.0.0