GroupId | GroupIdcom.github.link-kou |
---|---|
ArtifactId | ArtifactIdhttp-request |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
http-request-1.0.7.pom | |
http-request-1.0.7.jar | 72 KB |
http-request-1.0.7-sources.jar | 46 KB |
http-request-1.0.7-javadoc.jar | 337 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.link-kou/http-request/ -->
<dependency>
<groupId>com.github.link-kou</groupId>
<artifactId>http-request</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.link-kou/http-request/
implementation 'com.github.link-kou:http-request:1.0.7'
// https://jarcasting.com/artifacts/com.github.link-kou/http-request/
implementation ("com.github.link-kou:http-request:1.0.7")
'com.github.link-kou:http-request:jar:1.0.7'
<dependency org="com.github.link-kou" name="http-request" rev="1.0.7">
<artifact name="http-request" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.link-kou', module='http-request', version='1.0.7')
)
libraryDependencies += "com.github.link-kou" % "http-request" % "1.0.7"
[com.github.link-kou/http-request "1.0.7"]