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

io.github.topicstudy:jhttp 1.0.1

Java发HTTP请求的工具

Группа

Группа

io.github.topicstudy
Идентификатор

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

jhttp
Версия

Версия

1.0.1
Тип

Тип

jar

Скачать jhttp 1.0.1


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