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