Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalaj |
ArtifactId | ArtifactIdscalaj-http_2.11 |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
scalaj-http_2.11-2.3.0.pom | |
scalaj-http_2.11-2.3.0.jar | 152 KB |
scalaj-http_2.11-2.3.0-sources.jar | 13 KB |
scalaj-http_2.11-2.3.0-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalaj/scalaj-http_2.11/ -->
<dependency>
<groupId>org.scalaj</groupId>
<artifactId>scalaj-http_2.11</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalaj/scalaj-http_2.11/
implementation 'org.scalaj:scalaj-http_2.11:2.3.0'
// https://jarcasting.com/artifacts/org.scalaj/scalaj-http_2.11/
implementation ("org.scalaj:scalaj-http_2.11:2.3.0")
'org.scalaj:scalaj-http_2.11:jar:2.3.0'
<dependency org="org.scalaj" name="scalaj-http_2.11" rev="2.3.0">
<artifact name="scalaj-http_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalaj', module='scalaj-http_2.11', version='2.3.0')
)
libraryDependencies += "org.scalaj" % "scalaj-http_2.11" % "2.3.0"
[org.scalaj/scalaj-http_2.11 "2.3.0"]