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