is not current version
Last Version 2.1.1

org.webpieces:http-router-dev 2.0.8

Library that swaps out specific http-router components to be able to compile code on any request that has changed for use in development servers

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http-router-dev
Version

Version

2.0.8
Type

Type

jar

Download http-router-dev 2.0.8


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