GroupId | GroupIdcn.com.twoke |
---|---|
ArtifactId | ArtifactIdhttp-face |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
http-face-1.0.3.pom | |
http-face-1.0.3.jar | 34 KB |
http-face-1.0.3-sources.jar | 19 KB |
http-face-1.0.3-javadoc.jar | 206 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.com.twoke/http-face/ -->
<dependency>
<groupId>cn.com.twoke</groupId>
<artifactId>http-face</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.com.twoke/http-face/
implementation 'cn.com.twoke:http-face:1.0.3'
// https://jarcasting.com/artifacts/cn.com.twoke/http-face/
implementation ("cn.com.twoke:http-face:1.0.3")
'cn.com.twoke:http-face:jar:1.0.3'
<dependency org="cn.com.twoke" name="http-face" rev="1.0.3">
<artifact name="http-face" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.com.twoke', module='http-face', version='1.0.3')
)
libraryDependencies += "cn.com.twoke" % "http-face" % "1.0.3"
[cn.com.twoke/http-face "1.0.3"]