is not current version
Last Version 2.1.1

org.webpieces:http 1.9.85

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.85
Type

Type

jar

Download http 1.9.85


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