GroupId | GroupIdio.afu |
---|---|
ArtifactId | ArtifactIdhttprequest |
Version | Version1.6-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
httprequest-1.6-RELEASE.pom | |
httprequest-1.6-RELEASE.jar | 11 KB |
httprequest-1.6-RELEASE-sources.jar | 5 KB |
httprequest-1.6-RELEASE-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.afu/httprequest/ -->
<dependency>
<groupId>io.afu</groupId>
<artifactId>httprequest</artifactId>
<version>1.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.afu/httprequest/
implementation 'io.afu:httprequest:1.6-RELEASE'
// https://jarcasting.com/artifacts/io.afu/httprequest/
implementation ("io.afu:httprequest:1.6-RELEASE")
'io.afu:httprequest:jar:1.6-RELEASE'
<dependency org="io.afu" name="httprequest" rev="1.6-RELEASE">
<artifact name="httprequest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.afu', module='httprequest', version='1.6-RELEASE')
)
libraryDependencies += "io.afu" % "httprequest" % "1.6-RELEASE"
[io.afu/httprequest "1.6-RELEASE"]