License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.kopilov.simplehttpclient |
ArtifactId | ArtifactIdsimplehttpclient |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionSimple HTTP client
Small HTTP client with GUI
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simplehttpclient-0.2.pom | |
simplehttpclient-0.2.jar | 13 KB |
simplehttpclient-0.2-sources.jar | 10 KB |
simplehttpclient-0.2-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kopilov.simplehttpclient/simplehttpclient/ -->
<dependency>
<groupId>com.github.kopilov.simplehttpclient</groupId>
<artifactId>simplehttpclient</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kopilov.simplehttpclient/simplehttpclient/
implementation 'com.github.kopilov.simplehttpclient:simplehttpclient:0.2'
// https://jarcasting.com/artifacts/com.github.kopilov.simplehttpclient/simplehttpclient/
implementation ("com.github.kopilov.simplehttpclient:simplehttpclient:0.2")
'com.github.kopilov.simplehttpclient:simplehttpclient:jar:0.2'
<dependency org="com.github.kopilov.simplehttpclient" name="simplehttpclient" rev="0.2">
<artifact name="simplehttpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kopilov.simplehttpclient', module='simplehttpclient', version='0.2')
)
libraryDependencies += "com.github.kopilov.simplehttpclient" % "simplehttpclient" % "0.2"
[com.github.kopilov.simplehttpclient/simplehttpclient "0.2"]