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