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