Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.freeutils |
ArtifactId | ArtifactIdjlhttp |
Version | Version2.4 |
Type | Typejar |
Filename | Size |
---|---|
jlhttp-2.4.pom | |
jlhttp-2.4.jar | 52 KB |
jlhttp-2.4-sources.jar | 40 KB |
jlhttp-2.4-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.freeutils/jlhttp/ -->
<dependency>
<groupId>net.freeutils</groupId>
<artifactId>jlhttp</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.freeutils/jlhttp/
implementation 'net.freeutils:jlhttp:2.4'
// https://jarcasting.com/artifacts/net.freeutils/jlhttp/
implementation ("net.freeutils:jlhttp:2.4")
'net.freeutils:jlhttp:jar:2.4'
<dependency org="net.freeutils" name="jlhttp" rev="2.4">
<artifact name="jlhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.freeutils', module='jlhttp', version='2.4')
)
libraryDependencies += "net.freeutils" % "jlhttp" % "2.4"
[net.freeutils/jlhttp "2.4"]