License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.officefloor.tutorial |
ArtifactId | ArtifactIdHttpServletHttpServer |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionEmbedding WoOF within HttpServlet container
Tutorial of embedding WoOF within a HttpServlet container
|
<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/HttpServletHttpServer/ -->
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>HttpServletHttpServer</artifactId>
<version>3.17.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/HttpServletHttpServer/
implementation 'net.officefloor.tutorial:HttpServletHttpServer:3.17.0'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/HttpServletHttpServer/
implementation ("net.officefloor.tutorial:HttpServletHttpServer:3.17.0")
'net.officefloor.tutorial:HttpServletHttpServer:war:3.17.0'
<dependency org="net.officefloor.tutorial" name="HttpServletHttpServer" rev="3.17.0">
<artifact name="HttpServletHttpServer" type="war" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='HttpServletHttpServer', version='3.17.0')
)
libraryDependencies += "net.officefloor.tutorial" % "HttpServletHttpServer" % "3.17.0"
[net.officefloor.tutorial/HttpServletHttpServer "3.17.0"]
Group / Artifact | Type | Version |
---|---|---|
net.officefloor.web : woof | jar | 3.17.0 |
net.officefloor.server : officeserver_servlet | jar | 3.17.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.projectlombok : lombok | jar | 1.18.8 |