| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.officefloor.tutorial |
| Идентификатор | ИдентификаторTeamHttpServer |
| Версия | Версия1.4.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/TeamHttpServer/ -->
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>TeamHttpServer</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/TeamHttpServer/
implementation 'net.officefloor.tutorial:TeamHttpServer:1.4.0'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/TeamHttpServer/
implementation ("net.officefloor.tutorial:TeamHttpServer:1.4.0")
'net.officefloor.tutorial:TeamHttpServer:jar:1.4.0'
<dependency org="net.officefloor.tutorial" name="TeamHttpServer" rev="1.4.0">
<artifact name="TeamHttpServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='TeamHttpServer', version='1.4.0')
)
libraryDependencies += "net.officefloor.tutorial" % "TeamHttpServer" % "1.4.0"
[net.officefloor.tutorial/TeamHttpServer "1.4.0"]