is not current version
Last Version 3.17.0

net.officefloor.tutorial:StaticContentHttpServer 3.9.2

Tutorial of serving static (single page) content

Categories

Categories

Net
GroupId

GroupId

net.officefloor.tutorial
ArtifactId

ArtifactId

StaticContentHttpServer
Version

Version

3.9.2
Type

Type

jar

Download StaticContentHttpServer 3.9.2


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