License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.officefloor.tutorial |
ArtifactId | ArtifactIdStaticContentHttpServer |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStatic Content Tutorial
Tutorial of serving static (single page) content
|
<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/StaticContentHttpServer/ -->
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>StaticContentHttpServer</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/StaticContentHttpServer/
implementation 'net.officefloor.tutorial:StaticContentHttpServer:3.17.0'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/StaticContentHttpServer/
implementation ("net.officefloor.tutorial:StaticContentHttpServer:3.17.0")
'net.officefloor.tutorial:StaticContentHttpServer:jar:3.17.0'
<dependency org="net.officefloor.tutorial" name="StaticContentHttpServer" rev="3.17.0">
<artifact name="StaticContentHttpServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='StaticContentHttpServer', version='3.17.0')
)
libraryDependencies += "net.officefloor.tutorial" % "StaticContentHttpServer" % "3.17.0"
[net.officefloor.tutorial/StaticContentHttpServer "3.17.0"]
Group / Artifact | Type | Version |
---|---|---|
net.officefloor.web : woof | jar | 3.17.0 |