is not current version
Last Version 3.17.0

net.officefloor.tutorial:DynamicHttpServer 3.10.2

Tutorial of using OfficeFloor for dynamic content from a HTTP Server

Categories

Categories

Net
GroupId

GroupId

net.officefloor.tutorial
ArtifactId

ArtifactId

DynamicHttpServer
Version

Version

3.10.2
Type

Type

jar

Download DynamicHttpServer 3.10.2


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