Last Version

Simple HTTP 6.0.1

Simple is a high performance asynchronous HTTP framework for Java

License

License

GroupId

GroupId

org.simpleframework
ArtifactId

ArtifactId

simple-http
Version

Version

6.0.1
Type

Type

jar
Description

Description

Simple HTTP
Simple is a high performance asynchronous HTTP framework for Java
Project URL

Project URL

http://www.simpleframework.org

Download simple-http 6.0.1


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.simpleframework : simple-common jar 6.0.1
org.simpleframework : simple-transport jar 6.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.