h

http-router-dev

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
https://github.com/deanhiller/webpieces
The Apache License, Version 2.0
Dean Hiller Zachary Reed
文件下载
文件名 操作
http-router-dev-2.1.0.jar 下载
http-router-dev-2.1.0.pom 下载
http-router-dev-2.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.webpieces</groupId>
  <artifactId>http-router-dev</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.webpieces:http-router-dev:2.1.0'
Gradle Kotlin
implementation("org.webpieces:http-router-dev:2.1.0")
Scala SBT
libraryDependencies += "org.webpieces" % "http-router-dev" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.webpieces', module='http-router-dev', version='2.1.0')
)
Apache Ivy
<dependency org="org.webpieces" name="http-router-dev" rev="2.1.0" />
Leiningen
[org.webpieces/http-router-dev "2.1.0"]
Apache Buildr
'org.webpieces:http-router-dev:jar:2.1.0'