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