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