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