License |
License |
---|---|
GroupId | GroupIdcom.github.serguei-p |
ArtifactId | ArtifactIdhttp |
Version | Version1.0.41 |
Type | Typejar |
Description |
Descriptionhttp
Simple HTTP client and HTTP server. Easy to use and small. No dependencies.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-1.0.41.pom | |
http-1.0.41.jar | 101 KB |
http-1.0.41-sources.jar | 52 KB |
http-1.0.41-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.serguei-p/http/ -->
<dependency>
<groupId>com.github.serguei-p</groupId>
<artifactId>http</artifactId>
<version>1.0.41</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.serguei-p/http/
implementation 'com.github.serguei-p:http:1.0.41'
// https://jarcasting.com/artifacts/com.github.serguei-p/http/
implementation ("com.github.serguei-p:http:1.0.41")
'com.github.serguei-p:http:jar:1.0.41'
<dependency org="com.github.serguei-p" name="http" rev="1.0.41">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.serguei-p', module='http', version='1.0.41')
)
libraryDependencies += "com.github.serguei-p" % "http" % "1.0.41"
[com.github.serguei-p/http "1.0.41"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |