s

simple-http

Simple is a high performance asynchronous HTTP framework for Java
http://www.simpleframework.org
The Apache Software License, Version 2.0
Niall Gallagher
文件下载
文件名 操作
simple-http-6.0.jar 下载
simple-http-6.0.pom 下载
simple-http-6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.simpleframework</groupId>
  <artifactId>simple-http</artifactId>
  <version>6.0</version>
</dependency>
Gradle Groovy
implementation 'org.simpleframework:simple-http:6.0'
Gradle Kotlin
implementation("org.simpleframework:simple-http:6.0")
Scala SBT
libraryDependencies += "org.simpleframework" % "simple-http" % "6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.simpleframework', module='simple-http', version='6.0')
)
Apache Ivy
<dependency org="org.simpleframework" name="simple-http" rev="6.0" />
Leiningen
[org.simpleframework/simple-http "6.0"]
Apache Buildr
'org.simpleframework:simple-http:jar:6.0'