is not current version
Last Version 3.17.0

net.officefloor.tutorial:AuthenticationHttpServer 3.10.2

Tutorial of configuring authentication for a HTTP Server

Categories

Categories

Net
GroupId

GroupId

net.officefloor.tutorial
ArtifactId

ArtifactId

AuthenticationHttpServer
Version

Version

3.10.2
Type

Type

jar

Download AuthenticationHttpServer 3.10.2


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