GroupId | GroupIdorg.apache.winegrower.examples |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
http-1.0.0.pom | |
http-1.0.0.jar | 11 KB |
http-1.0.0-sources.jar | 10 KB |
http-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- 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"]