is not current version
Last Version 3.17.0

net.officefloor.tutorial:CorsHttpServer 3.13.0

Tutorial of implementing CORS

Categories

Categories

Net
GroupId

GroupId

net.officefloor.tutorial
ArtifactId

ArtifactId

CorsHttpServer
Version

Version

3.13.0
Type

Type

jar

Download CorsHttpServer 3.13.0


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