GroupId | GroupIdcom.github.vizaizai |
---|---|
ArtifactId | ArtifactIdeasy-http |
Version | Version3.2.4 |
Type | Typejar |
Filename | Size |
---|---|
easy-http-3.2.4.pom | |
easy-http-3.2.4.jar | 95 KB |
easy-http-3.2.4-sources.jar | 53 KB |
easy-http-3.2.4-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vizaizai/easy-http/ -->
<dependency>
<groupId>com.github.vizaizai</groupId>
<artifactId>easy-http</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vizaizai/easy-http/
implementation 'com.github.vizaizai:easy-http:3.2.4'
// https://jarcasting.com/artifacts/com.github.vizaizai/easy-http/
implementation ("com.github.vizaizai:easy-http:3.2.4")
'com.github.vizaizai:easy-http:jar:3.2.4'
<dependency org="com.github.vizaizai" name="easy-http" rev="3.2.4">
<artifact name="easy-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vizaizai', module='easy-http', version='3.2.4')
)
libraryDependencies += "com.github.vizaizai" % "easy-http" % "3.2.4"
[com.github.vizaizai/easy-http "3.2.4"]