GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp-router |
Version | Version2.0.7 |
Type | Typejar |
Filename | Size |
---|---|
http-router-2.0.7.pom | |
http-router-2.0.7.jar | 240 KB |
http-router-2.0.7-sources.jar | 138 KB |
http-router-2.0.7-javadoc.jar | 353 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http-router/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http-router</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-router/
implementation 'org.webpieces:http-router:2.0.7'
// https://jarcasting.com/artifacts/org.webpieces/http-router/
implementation ("org.webpieces:http-router:2.0.7")
'org.webpieces:http-router:jar:2.0.7'
<dependency org="org.webpieces" name="http-router" rev="2.0.7">
<artifact name="http-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-router', version='2.0.7')
)
libraryDependencies += "org.webpieces" % "http-router" % "2.0.7"
[org.webpieces/http-router "2.0.7"]