is not current version
Last Version 3.17.0

net.officefloor.tutorial:CorsHttpServer 3.10.3

Tutorial of implementing CORS

Categories

Categories

Net
GroupId

GroupId

net.officefloor.tutorial
ArtifactId

ArtifactId

CorsHttpServer
Version

Version

3.10.3
Type

Type

jar

Download CorsHttpServer 3.10.3


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