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