is not current version
Last Version 1.3.7

com.softwaremill.sttp.shared:core_2.13 1.0.0-RC5

core

GroupId

GroupId

com.softwaremill.sttp.shared
ArtifactId

ArtifactId

core_2.13
Version

Version

1.0.0-RC5
Type

Type

jar

Download core_2.13 1.0.0-RC5


<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/core_2.13/ -->
<dependency>
    <groupId>com.softwaremill.sttp.shared</groupId>
    <artifactId>core_2.13</artifactId>
    <version>1.0.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/core_2.13/
implementation 'com.softwaremill.sttp.shared:core_2.13:1.0.0-RC5'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.shared/core_2.13/
implementation ("com.softwaremill.sttp.shared:core_2.13:1.0.0-RC5")
'com.softwaremill.sttp.shared:core_2.13:jar:1.0.0-RC5'
<dependency org="com.softwaremill.sttp.shared" name="core_2.13" rev="1.0.0-RC5">
  <artifact name="core_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.shared', module='core_2.13', version='1.0.0-RC5')
)
libraryDependencies += "com.softwaremill.sttp.shared" % "core_2.13" % "1.0.0-RC5"
[com.softwaremill.sttp.shared/core_2.13 "1.0.0-RC5"]