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

org.webpieces:http-router 2.0.152

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.152
Тип

Тип

jar

Скачать http-router 2.0.152


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