не последняя версия
Последняя версия 0.2.1

tech.pronghorn:server 0.1.0

A low-level, high performance HTTP server.

Группа

Группа

tech.pronghorn
Идентификатор

Идентификатор

server
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать server 0.1.0


<!-- https://jarcasting.com/artifacts/tech.pronghorn/server/ -->
<dependency>
    <groupId>tech.pronghorn</groupId>
    <artifactId>server</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pronghorn/server/
implementation 'tech.pronghorn:server:0.1.0'
// https://jarcasting.com/artifacts/tech.pronghorn/server/
implementation ("tech.pronghorn:server:0.1.0")
'tech.pronghorn:server:jar:0.1.0'
<dependency org="tech.pronghorn" name="server" rev="0.1.0">
  <artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pronghorn', module='server', version='0.1.0')
)
libraryDependencies += "tech.pronghorn" % "server" % "0.1.0"
[tech.pronghorn/server "0.1.0"]