P

PrototypeHttpServer

Tutorial of using WoOF wireframe prototyping within a HTTP Server
http://officefloor.net/officefloor/tutorials/PrototypeHttpServer/
AGPL
Daniel Sagenschneider
Files download
File Operation
PrototypeHttpServer-3.17.0.jar download
PrototypeHttpServer-3.17.0.pom download
PrototypeHttpServer-3.17.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.officefloor.tutorial</groupId>
  <artifactId>PrototypeHttpServer</artifactId>
  <version>3.17.0</version>
</dependency>
Gradle Groovy
implementation 'net.officefloor.tutorial:PrototypeHttpServer:3.17.0'
Gradle Kotlin
implementation("net.officefloor.tutorial:PrototypeHttpServer:3.17.0")
Scala SBT
libraryDependencies += "net.officefloor.tutorial" % "PrototypeHttpServer" % "3.17.0"
Groovy Grape
@Grapes(
  @Grab(group='net.officefloor.tutorial', module='PrototypeHttpServer', version='3.17.0')
)
Apache Ivy
<dependency org="net.officefloor.tutorial" name="PrototypeHttpServer" rev="3.17.0" />
Leiningen
[net.officefloor.tutorial/PrototypeHttpServer "3.17.0"]
Apache Buildr
'net.officefloor.tutorial:PrototypeHttpServer:jar:3.17.0'
Dependencies