is not current version
Last Version 2.8.3

com.mastfrog:tiny-http-server 2.6.5


GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

tiny-http-server
Version

Version

2.6.5
Type

Type

jar

Download tiny-http-server 2.6.5


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