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