не последняя версия
Последняя версия 6.0.1

org.simpleframework:simple-http 6.0

Simple is a high performance asynchronous HTTP framework for Java

Группа

Группа

org.simpleframework
Идентификатор

Идентификатор

simple-http
Версия

Версия

6.0
Тип

Тип

jar

Скачать simple-http 6.0


<!-- https://jarcasting.com/artifacts/org.simpleframework/simple-http/ -->
<dependency>
    <groupId>org.simpleframework</groupId>
    <artifactId>simple-http</artifactId>
    <version>6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.simpleframework/simple-http/
implementation 'org.simpleframework:simple-http:6.0'
// https://jarcasting.com/artifacts/org.simpleframework/simple-http/
implementation ("org.simpleframework:simple-http:6.0")
'org.simpleframework:simple-http:jar:6.0'
<dependency org="org.simpleframework" name="simple-http" rev="6.0">
  <artifact name="simple-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simpleframework', module='simple-http', version='6.0')
)
libraryDependencies += "org.simpleframework" % "simple-http" % "6.0"
[org.simpleframework/simple-http "6.0"]