GroupId | GroupIdcn.geektool |
---|---|
ArtifactId | ArtifactIdgeektool-http |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
geektool-http-0.0.4.pom | |
geektool-http-0.0.4.jar | 93 KB |
geektool-http-0.0.4-sources.jar | 77 KB |
geektool-http-0.0.4-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.geektool/geektool-http/ -->
<dependency>
<groupId>cn.geektool</groupId>
<artifactId>geektool-http</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.geektool/geektool-http/
implementation 'cn.geektool:geektool-http:0.0.4'
// https://jarcasting.com/artifacts/cn.geektool/geektool-http/
implementation ("cn.geektool:geektool-http:0.0.4")
'cn.geektool:geektool-http:jar:0.0.4'
<dependency org="cn.geektool" name="geektool-http" rev="0.0.4">
<artifact name="geektool-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.geektool', module='geektool-http', version='0.0.4')
)
libraryDependencies += "cn.geektool" % "geektool-http" % "0.0.4"
[cn.geektool/geektool-http "0.0.4"]