License |
License |
---|---|
GroupId | GroupIdcom.lihaoyi |
ArtifactId | ArtifactIdrequests_2.13.0-M5 |
Version | Version0.1.9 |
Type | Typejar |
Description |
Descriptionrequests_2.13.0-M5
Scala port of the popular Python Requests HTTP client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
requests_2.13.0-M5-0.1.9.pom | |
requests_2.13.0-M5-0.1.9.jar | 107 KB |
requests_2.13.0-M5-0.1.9-sources.jar | 9 KB |
requests_2.13.0-M5-0.1.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lihaoyi/requests_2.13.0-M5/ -->
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>requests_2.13.0-M5</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihaoyi/requests_2.13.0-M5/
implementation 'com.lihaoyi:requests_2.13.0-M5:0.1.9'
// https://jarcasting.com/artifacts/com.lihaoyi/requests_2.13.0-M5/
implementation ("com.lihaoyi:requests_2.13.0-M5:0.1.9")
'com.lihaoyi:requests_2.13.0-M5:jar:0.1.9'
<dependency org="com.lihaoyi" name="requests_2.13.0-M5" rev="0.1.9">
<artifact name="requests_2.13.0-M5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihaoyi', module='requests_2.13.0-M5', version='0.1.9')
)
libraryDependencies += "com.lihaoyi" % "requests_2.13.0-M5" % "0.1.9"
[com.lihaoyi/requests_2.13.0-M5 "0.1.9"]