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