is not current version
Last Version 3.17.0

net.officefloor.tutorial:RawHttpServer 3.5.1

Tutorial of rendering raw HTML to a WoOF template

Categories

Categories

Net
GroupId

GroupId

net.officefloor.tutorial
ArtifactId

ArtifactId

RawHttpServer
Version

Version

3.5.1
Type

Type

jar

Download RawHttpServer 3.5.1


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