| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.officefloor.tutorial |
| Идентификатор | ИдентификаторTestHttpServer |
| Версия | Версия3.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| TestHttpServer-3.1.0.pom | |
| TestHttpServer-3.1.0.jar | 5 KB |
| TestHttpServer-3.1.0-test-sources.jar | 6 KB |
| TestHttpServer-3.1.0-sources.jar | 5 KB |
| TestHttpServer-3.1.0-project.zip | 28 KB |
| TestHttpServer-3.1.0-project.tar.gz | 21 KB |
| TestHttpServer-3.1.0-project.tar.bz2 | 22 KB |
| TestHttpServer-3.1.0-javadoc.jar | 369 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/TestHttpServer/ -->
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>TestHttpServer</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/TestHttpServer/
implementation 'net.officefloor.tutorial:TestHttpServer:3.1.0'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/TestHttpServer/
implementation ("net.officefloor.tutorial:TestHttpServer:3.1.0")
'net.officefloor.tutorial:TestHttpServer:jar:3.1.0'
<dependency org="net.officefloor.tutorial" name="TestHttpServer" rev="3.1.0">
<artifact name="TestHttpServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='TestHttpServer', version='3.1.0')
)
libraryDependencies += "net.officefloor.tutorial" % "TestHttpServer" % "3.1.0"
[net.officefloor.tutorial/TestHttpServer "3.1.0"]