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