is not current version
Last Version 3.17.0

net.officefloor.tutorial:TestHttpServer 3.5.0

Tutorial of unit/system/integration testing a HTTP Server

Categories

Categories

Net
GroupId

GroupId

net.officefloor.tutorial
ArtifactId

ArtifactId

TestHttpServer
Version

Version

3.5.0
Type

Type

jar

Download TestHttpServer 3.5.0


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