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