Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.client |
ArtifactId | ArtifactIdcats_2.12 |
Version | Version2.2.9 |
Type | Typejar |
Filename | Size |
---|---|
cats_2.12-2.2.9.pom | |
cats_2.12-2.2.9.jar | 14 KB |
cats_2.12-2.2.9-sources.jar | 2 KB |
cats_2.12-2.2.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.client/cats_2.12/ -->
<dependency>
<groupId>com.softwaremill.sttp.client</groupId>
<artifactId>cats_2.12</artifactId>
<version>2.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/cats_2.12/
implementation 'com.softwaremill.sttp.client:cats_2.12:2.2.9'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/cats_2.12/
implementation ("com.softwaremill.sttp.client:cats_2.12:2.2.9")
'com.softwaremill.sttp.client:cats_2.12:jar:2.2.9'
<dependency org="com.softwaremill.sttp.client" name="cats_2.12" rev="2.2.9">
<artifact name="cats_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client', module='cats_2.12', version='2.2.9')
)
libraryDependencies += "com.softwaremill.sttp.client" % "cats_2.12" % "2.2.9"
[com.softwaremill.sttp.client/cats_2.12 "2.2.9"]