GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp-router |
Version | Version1.9.33 |
Type | Typejar |
Filename | Size |
---|---|
http-router-1.9.33.pom | |
http-router-1.9.33.jar | 115 KB |
http-router-1.9.33-sources.jar | 65 KB |
http-router-1.9.33-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.33</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-router/
implementation 'org.webpieces:http-router:1.9.33'
// https://jarcasting.com/artifacts/org.webpieces/http-router/
implementation ("org.webpieces:http-router:1.9.33")
'org.webpieces:http-router:jar:1.9.33'
<dependency org="org.webpieces" name="http-router" rev="1.9.33">
<artifact name="http-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-router', version='1.9.33')
)
libraryDependencies += "org.webpieces" % "http-router" % "1.9.33"
[org.webpieces/http-router "1.9.33"]