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