GroupId | GroupIdio.github.xiaoyudeguang |
---|---|
ArtifactId | ArtifactIdeasy-http |
Version | Version4.1.0 |
Type | Typejar |
Filename | Size |
---|---|
easy-http-4.1.0.pom | |
easy-http-4.1.0.jar | 25 KB |
easy-http-4.1.0-sources.jar | 18 KB |
easy-http-4.1.0-javadoc.jar | 342 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xiaoyudeguang/easy-http/ -->
<dependency>
<groupId>io.github.xiaoyudeguang</groupId>
<artifactId>easy-http</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xiaoyudeguang/easy-http/
implementation 'io.github.xiaoyudeguang:easy-http:4.1.0'
// https://jarcasting.com/artifacts/io.github.xiaoyudeguang/easy-http/
implementation ("io.github.xiaoyudeguang:easy-http:4.1.0")
'io.github.xiaoyudeguang:easy-http:jar:4.1.0'
<dependency org="io.github.xiaoyudeguang" name="easy-http" rev="4.1.0">
<artifact name="easy-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xiaoyudeguang', module='easy-http', version='4.1.0')
)
libraryDependencies += "io.github.xiaoyudeguang" % "easy-http" % "4.1.0"
[io.github.xiaoyudeguang/easy-http "4.1.0"]