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