is not current version
Last Version 2.1.1

org.webpieces:http-router 1.9.124

Http Router where you feed http requests in and get responses in the form of which view needs to be shown with the arguments that you need to give to that view

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http-router
Version

Version

1.9.124
Type

Type

jar

Download http-router 1.9.124


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