Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.officefloor.tutorial |
ArtifactId | ArtifactIdHttpServletHttpServer |
Version | Version3.10.3 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/HttpServletHttpServer/ -->
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>HttpServletHttpServer</artifactId>
<version>3.10.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/HttpServletHttpServer/
implementation 'net.officefloor.tutorial:HttpServletHttpServer:3.10.3'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/HttpServletHttpServer/
implementation ("net.officefloor.tutorial:HttpServletHttpServer:3.10.3")
'net.officefloor.tutorial:HttpServletHttpServer:war:3.10.3'
<dependency org="net.officefloor.tutorial" name="HttpServletHttpServer" rev="3.10.3">
<artifact name="HttpServletHttpServer" type="war" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='HttpServletHttpServer', version='3.10.3')
)
libraryDependencies += "net.officefloor.tutorial" % "HttpServletHttpServer" % "3.10.3"
[net.officefloor.tutorial/HttpServletHttpServer "3.10.3"]