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

net.officefloor.tutorial:TestHttpServer 2.13.0

Tutorial of unit/system/integration testing a HTTP Server

Категории

Категории

Сеть
Группа

Группа

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

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

TestHttpServer
Версия

Версия

2.13.0
Тип

Тип

war

Скачать TestHttpServer 2.13.0


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