<dependency> <groupId>com.softwaremill.sttp.shared</groupId> <artifactId>ws_3</artifactId> <version>1.3.9</version> </dependency>
implementation 'com.softwaremill.sttp.shared:ws_3:1.3.9'
implementation("com.softwaremill.sttp.shared:ws_3:1.3.9")
libraryDependencies += "com.softwaremill.sttp.shared" % "ws_3" % "1.3.9"
@Grapes( @Grab(group='com.softwaremill.sttp.shared', module='ws_3', version='1.3.9') )
<dependency org="com.softwaremill.sttp.shared" name="ws_3" rev="1.3.9" />
[com.softwaremill.sttp.shared/ws_3 "1.3.9"]
'com.softwaremill.sttp.shared:ws_3:jar:1.3.9'
compile
|-- com.softwaremill.sttp.shared:core_3:1.3.9
|-- org.scala-lang:scala3-library_3:3.2.0
|-- com.softwaremill.sttp.model:core_3:1.5.2
test
|-- org.scalatest:scalatest_3:3.2.14