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