License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.agapsys.libs |
ArtifactId | ArtifactIdsimple-http-client |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple HTTP Client
Simple HTTP Client
|
Project URL |
Project URL |
Project Organization |
Project OrganizationAgapsys Tecnologia Ltda-ME |
Filename | Size |
---|---|
simple-http-client-0.1.0.pom | |
simple-http-client-0.1.0.jar | 25 KB |
simple-http-client-0.1.0-sources.jar | 16 KB |
simple-http-client-0.1.0-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.agapsys.libs/simple-http-client/ -->
<dependency>
<groupId>com.agapsys.libs</groupId>
<artifactId>simple-http-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.agapsys.libs/simple-http-client/
implementation 'com.agapsys.libs:simple-http-client:0.1.0'
// https://jarcasting.com/artifacts/com.agapsys.libs/simple-http-client/
implementation ("com.agapsys.libs:simple-http-client:0.1.0")
'com.agapsys.libs:simple-http-client:jar:0.1.0'
<dependency org="com.agapsys.libs" name="simple-http-client" rev="0.1.0">
<artifact name="simple-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.agapsys.libs', module='simple-http-client', version='0.1.0')
)
libraryDependencies += "com.agapsys.libs" % "simple-http-client" % "0.1.0"
[com.agapsys.libs/simple-http-client "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.1 |
org.apache.httpcomponents : httpmime | jar | 4.5.1 |