Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.bogdanovmn.httpclient.core |
ArtifactId | ArtifactIdhttp-client-core |
Version | Version3.0.4 |
Type | Typejar |
Filename | Size |
---|---|
http-client-core-3.0.4.pom | |
http-client-core-3.0.4.jar | 5 KB |
http-client-core-3.0.4-sources.jar | 4 KB |
http-client-core-3.0.4-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.core/http-client-core/ -->
<dependency>
<groupId>com.github.bogdanovmn.httpclient.core</groupId>
<artifactId>http-client-core</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.core/http-client-core/
implementation 'com.github.bogdanovmn.httpclient.core:http-client-core:3.0.4'
// https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.core/http-client-core/
implementation ("com.github.bogdanovmn.httpclient.core:http-client-core:3.0.4")
'com.github.bogdanovmn.httpclient.core:http-client-core:jar:3.0.4'
<dependency org="com.github.bogdanovmn.httpclient.core" name="http-client-core" rev="3.0.4">
<artifact name="http-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bogdanovmn.httpclient.core', module='http-client-core', version='3.0.4')
)
libraryDependencies += "com.github.bogdanovmn.httpclient.core" % "http-client-core" % "3.0.4"
[com.github.bogdanovmn.httpclient.core/http-client-core "3.0.4"]