is not current version
Last Version 0.7.1

com.lihaoyi:requests_2.12 0.4.2

Scala port of the popular Python Requests HTTP client

GroupId

GroupId

com.lihaoyi
ArtifactId

ArtifactId

requests_2.12
Version

Version

0.4.2
Type

Type

jar

Download requests_2.12 0.4.2


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