| GroupId | GroupIdio.github.topicstudy |
|---|---|
| ArtifactId | ArtifactIdjhttp |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jhttp-1.0.1.pom | |
| jhttp-1.0.1.jar | 28 KB |
| jhttp-1.0.1-sources.jar | 13 KB |
| jhttp-1.0.1-javadoc.jar | 145 KB |
| Browse |
<!-- 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"]