Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.ifengxue |
ArtifactId | ArtifactIdhttp-client-module |
Version | Version1.5.2 |
Type | Typepom |
Filename | Size |
---|---|
http-client-module-1.5.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ifengxue/http-client-module/ -->
<dependency>
<groupId>com.ifengxue</groupId>
<artifactId>http-client-module</artifactId>
<version>1.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ifengxue/http-client-module/
implementation 'com.ifengxue:http-client-module:1.5.2'
// https://jarcasting.com/artifacts/com.ifengxue/http-client-module/
implementation ("com.ifengxue:http-client-module:1.5.2")
'com.ifengxue:http-client-module:pom:1.5.2'
<dependency org="com.ifengxue" name="http-client-module" rev="1.5.2">
<artifact name="http-client-module" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ifengxue', module='http-client-module', version='1.5.2')
)
libraryDependencies += "com.ifengxue" % "http-client-module" % "1.5.2"
[com.ifengxue/http-client-module "1.5.2"]