License |
License |
---|---|
GroupId | GroupIdorg.simpleframework |
ArtifactId | ArtifactIdsimple-http |
Last Version | Last Version6.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple HTTP
Simple is a high performance asynchronous HTTP framework for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
simple-http-6.0.1.pom | |
simple-http-6.0.1.jar | 170 KB |
simple-http-6.0.1-sources.jar | 298 KB |
simple-http-6.0.1-javadoc.jar | 509 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.simpleframework/simple-http/ -->
<dependency>
<groupId>org.simpleframework</groupId>
<artifactId>simple-http</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.simpleframework/simple-http/
implementation 'org.simpleframework:simple-http:6.0.1'
// https://jarcasting.com/artifacts/org.simpleframework/simple-http/
implementation ("org.simpleframework:simple-http:6.0.1")
'org.simpleframework:simple-http:jar:6.0.1'
<dependency org="org.simpleframework" name="simple-http" rev="6.0.1">
<artifact name="simple-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simpleframework', module='simple-http', version='6.0.1')
)
libraryDependencies += "org.simpleframework" % "simple-http" % "6.0.1"
[org.simpleframework/simple-http "6.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.simpleframework : simple-common | jar | 6.0.1 |
org.simpleframework : simple-transport | jar | 6.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |