Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.client |
ArtifactId | ArtifactIdfinagle-backend_2.12 |
Version | Version2.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.client/finagle-backend_2.12/ -->
<dependency>
<groupId>com.softwaremill.sttp.client</groupId>
<artifactId>finagle-backend_2.12</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/finagle-backend_2.12/
implementation 'com.softwaremill.sttp.client:finagle-backend_2.12:2.2.4'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client/finagle-backend_2.12/
implementation ("com.softwaremill.sttp.client:finagle-backend_2.12:2.2.4")
'com.softwaremill.sttp.client:finagle-backend_2.12:jar:2.2.4'
<dependency org="com.softwaremill.sttp.client" name="finagle-backend_2.12" rev="2.2.4">
<artifact name="finagle-backend_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client', module='finagle-backend_2.12', version='2.2.4')
)
libraryDependencies += "com.softwaremill.sttp.client" % "finagle-backend_2.12" % "2.2.4"
[com.softwaremill.sttp.client/finagle-backend_2.12 "2.2.4"]