is not current version
Last Version 2.4.2

org.scalaj:scalaj-http_2.12 2.4.1

scalaj-http

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalaj
ArtifactId

ArtifactId

scalaj-http_2.12
Version

Version

2.4.1
Type

Type

jar

Download scalaj-http_2.12 2.4.1


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