не последняя версия
Последняя версия 3.17.0

net.officefloor.tutorial:TeamHttpServer 2.9.0

Tutorial of using OfficeFloor for a HTTP Server with specific teams for tasks

Категории

Категории

Сеть
Группа

Группа

net.officefloor.tutorial
Идентификатор

Идентификатор

TeamHttpServer
Версия

Версия

2.9.0
Тип

Тип

war

Скачать TeamHttpServer 2.9.0


<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/TeamHttpServer/ -->
<dependency>
    <groupId>net.officefloor.tutorial</groupId>
    <artifactId>TeamHttpServer</artifactId>
    <version>2.9.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/TeamHttpServer/
implementation 'net.officefloor.tutorial:TeamHttpServer:2.9.0'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/TeamHttpServer/
implementation ("net.officefloor.tutorial:TeamHttpServer:2.9.0")
'net.officefloor.tutorial:TeamHttpServer:war:2.9.0'
<dependency org="net.officefloor.tutorial" name="TeamHttpServer" rev="2.9.0">
  <artifact name="TeamHttpServer" type="war" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='TeamHttpServer', version='2.9.0')
)
libraryDependencies += "net.officefloor.tutorial" % "TeamHttpServer" % "2.9.0"
[net.officefloor.tutorial/TeamHttpServer "2.9.0"]