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

tech.pronghorn:server 0.1.1

A low-level, high performance HTTP server.

Группа

Группа

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

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

server
Версия

Версия

0.1.1
Тип

Тип

jar

Скачать server 0.1.1


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