is not current version
Last Version 2.1.1

org.webpieces:http-shared 1.9.143

Shared contexts between the router and templating system

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http-shared
Version

Version

1.9.143
Type

Type

jar

Download http-shared 1.9.143


<!-- https://jarcasting.com/artifacts/org.webpieces/http-shared/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>http-shared</artifactId>
    <version>1.9.143</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-shared/
implementation 'org.webpieces:http-shared:1.9.143'
// https://jarcasting.com/artifacts/org.webpieces/http-shared/
implementation ("org.webpieces:http-shared:1.9.143")
'org.webpieces:http-shared:jar:1.9.143'
<dependency org="org.webpieces" name="http-shared" rev="1.9.143">
  <artifact name="http-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-shared', version='1.9.143')
)
libraryDependencies += "org.webpieces" % "http-shared" % "1.9.143"
[org.webpieces/http-shared "1.9.143"]