is not current version
Last Version 2.1.1

org.webpieces:http-frontend2 1.9.115

Create a webserver with this library in just 3 lines of code. just register your HttpRequestListener and it feeds you a FrontendSocket that you write HttpResponses to

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http-frontend2
Version

Version

1.9.115
Type

Type

jar

Download http-frontend2 1.9.115


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