Categories |
CategoriesScala Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.client |
ArtifactId | ArtifactIdscalaz_2.13 |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
scalaz_2.13-2.0.0.pom | |
scalaz_2.13-2.0.0.jar | 12 KB |
scalaz_2.13-2.0.0-tests.jar | 3 KB |
scalaz_2.13-2.0.0-tests-sources.jar | 1 KB |
scalaz_2.13-2.0.0-tests-javadoc.jar | 1 MB |
scalaz_2.13-2.0.0-sources.jar | 1 KB |
scalaz_2.13-2.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.client/scalaz_2.13/ -->
<dependency>
<groupId>com.softwaremill.sttp.client</groupId>
<artifactId>scalaz_2.13</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/scalaz_2.13/
implementation 'com.softwaremill.sttp.client:scalaz_2.13:2.0.0'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/scalaz_2.13/
implementation ("com.softwaremill.sttp.client:scalaz_2.13:2.0.0")
'com.softwaremill.sttp.client:scalaz_2.13:jar:2.0.0'
<dependency org="com.softwaremill.sttp.client" name="scalaz_2.13" rev="2.0.0">
<artifact name="scalaz_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client', module='scalaz_2.13', version='2.0.0')
)
libraryDependencies += "com.softwaremill.sttp.client" % "scalaz_2.13" % "2.0.0"
[com.softwaremill.sttp.client/scalaz_2.13 "2.0.0"]