is not current version
Last Version 2.1.1

org.webpieces:http 1.9.97

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

http
Version

Version

1.9.97
Type

Type

jar

Download http 1.9.97


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