Group Id com.seepine
Artifact Id httpclient
Version 1.0.0
Packaging jar
URL -
Badge
Last Updated 2020-08-08T19:27:14+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>httpclient</artifactId>
    <version>1.0.0</version>
</dependency>
implementation group: 'com.seepine', name: 'httpclient', version: '1.0.0'
implementation 'com.seepine:httpclient:1.0.0'
implementation("com.seepine:httpclient:1.0.0")
libraryDependencies += "com.seepine" % "httpclient" % "1.0.0"
<dependency org="com.seepine" name="httpclient" rev="1.0.0"/>
@Grapes(
    @Grab(group='com.seepine', module='httpclient', version='1.0.0')
)
[com.seepine/httpclient "1.0.0"]
'com.seepine:httpclient:1.0.0'