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