is not current version
Last Version 3.17.0

net.officefloor.tutorial:AuthenticationHttpServer 2.9.0

Tutorial of configuring authentication for a HTTP Server

Categories

Categories

Net
GroupId

GroupId

net.officefloor.tutorial
ArtifactId

ArtifactId

AuthenticationHttpServer
Version

Version

2.9.0
Type

Type

war

Download AuthenticationHttpServer 2.9.0


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