is not current version
Last Version 3.17.0

net.officefloor.tutorial:AuthenticationHttpServer 3.11.0

Tutorial of configuring authentication for a HTTP Server

Categories

Categories

Net
GroupId

GroupId

net.officefloor.tutorial
ArtifactId

ArtifactId

AuthenticationHttpServer
Version

Version

3.11.0
Type

Type

jar

Download AuthenticationHttpServer 3.11.0


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