is not current version
Last Version 0.2.1

tech.pronghorn:server 0.2.0

A low-level, high performance HTTP server.

GroupId

GroupId

tech.pronghorn
ArtifactId

ArtifactId

server
Version

Version

0.2.0
Type

Type

jar

Download server 0.2.0


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