is not current version
Last Version 0.1.1

net.unit8:http-request-router 0.1.0

Routing library for java web applications.

Categories

Categories

Net
GroupId

GroupId

net.unit8
ArtifactId

ArtifactId

http-request-router
Version

Version

0.1.0
Type

Type

jar

Download http-request-router 0.1.0


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