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