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