Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.yaoshining |
ArtifactId | ArtifactIdhttp-client |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
http-client-1.0.0.RELEASE.pom | |
http-client-1.0.0.RELEASE.jar | 33 KB |
http-client-1.0.0.RELEASE-sources.jar | 2 KB |
http-client-1.0.0.RELEASE-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yaoshining/http-client/ -->
<dependency>
<groupId>io.github.yaoshining</groupId>
<artifactId>http-client</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yaoshining/http-client/
implementation 'io.github.yaoshining:http-client:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.yaoshining/http-client/
implementation ("io.github.yaoshining:http-client:1.0.0.RELEASE")
'io.github.yaoshining:http-client:jar:1.0.0.RELEASE'
<dependency org="io.github.yaoshining" name="http-client" rev="1.0.0.RELEASE">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yaoshining', module='http-client', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.yaoshining" % "http-client" % "1.0.0.RELEASE"
[io.github.yaoshining/http-client "1.0.0.RELEASE"]