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