is not current version
Last Version 0.2.1

tech.pronghorn:server 0.1.1

A low-level, high performance HTTP server.

GroupId

GroupId

tech.pronghorn
ArtifactId

ArtifactId

server
Version

Version

0.1.1
Type

Type

jar

Download 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"]