is not current version
Last Version 1.0.1

org.apache.winegrower.examples:http 1.0.0


GroupId

GroupId

org.apache.winegrower.examples
ArtifactId

ArtifactId

http
Version

Version

1.0.0
Type

Type

jar

Download http 1.0.0


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