GroupId | GroupIdvip.justlive |
---|---|
ArtifactId | ArtifactIdeasy-http |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
easy-http-1.0.0.pom | |
easy-http-1.0.0.jar | 15 KB |
easy-http-1.0.0-sources.jar | 10 KB |
easy-http-1.0.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/vip.justlive/easy-http/ -->
<dependency>
<groupId>vip.justlive</groupId>
<artifactId>easy-http</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/vip.justlive/easy-http/
implementation 'vip.justlive:easy-http:1.0.0'
// https://jarcasting.com/artifacts/vip.justlive/easy-http/
implementation ("vip.justlive:easy-http:1.0.0")
'vip.justlive:easy-http:jar:1.0.0'
<dependency org="vip.justlive" name="easy-http" rev="1.0.0">
<artifact name="easy-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='vip.justlive', module='easy-http', version='1.0.0')
)
libraryDependencies += "vip.justlive" % "easy-http" % "1.0.0"
[vip.justlive/easy-http "1.0.0"]