не последняя версия
Последняя версия 2.1.1

org.webpieces:http-router 2.0.6

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

Группа

Группа

org.webpieces
Идентификатор

Идентификатор

http-router
Версия

Версия

2.0.6
Тип

Тип

jar

Скачать http-router 2.0.6


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