is not current version
Last Version 1.0.3

net.jonathangiles.tools:teenyhttpd 1.0.0

TeenyHttpd is an extremely basic HTTP server.

Categories

Categories

Net
GroupId

GroupId

net.jonathangiles.tools
ArtifactId

ArtifactId

teenyhttpd
Version

Version

1.0.0
Type

Type

jar

Download teenyhttpd 1.0.0


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