GroupId | GroupIdcom.xkcoding.http |
---|---|
ArtifactId | ArtifactIdsimple-http |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
simple-http-1.0.2.pom | |
simple-http-1.0.2.jar | 30 KB |
simple-http-1.0.2-sources.jar | 22 KB |
simple-http-1.0.2-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xkcoding.http/simple-http/ -->
<dependency>
<groupId>com.xkcoding.http</groupId>
<artifactId>simple-http</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.xkcoding.http/simple-http/
implementation 'com.xkcoding.http:simple-http:1.0.2'
// https://jarcasting.com/artifacts/com.xkcoding.http/simple-http/
implementation ("com.xkcoding.http:simple-http:1.0.2")
'com.xkcoding.http:simple-http:jar:1.0.2'
<dependency org="com.xkcoding.http" name="simple-http" rev="1.0.2">
<artifact name="simple-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xkcoding.http', module='simple-http', version='1.0.2')
)
libraryDependencies += "com.xkcoding.http" % "simple-http" % "1.0.2"
[com.xkcoding.http/simple-http "1.0.2"]