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