<dependency>
<groupId>com.lightbend.lagom</groupId>
<artifactId>lagom-client_2.13</artifactId>
<version>1.6.7</version>
</dependency>
@Grapes(
@Grab(group='com.lightbend.lagom', module='lagom-client_2.13', version='1.6.7')
)
compile
|-- org.scala-lang:scala-library:2.13.5
|-- com.lightbend.lagom:lagom-api_2.13:1.6.7
|-- com.lightbend.lagom:lagom-spi_2.13:1.6.7
|-- org.slf4j:slf4j-api:1.7.32
|-- com.typesafe.play:play-ws_2.13:2.8.11
|-- com.typesafe.play:play-ahc-ws_2.13:2.8.11
|-- io.dropwizard.metrics:metrics-core:3.2.6
|-- com.typesafe.netty:netty-reactive-streams:2.0.5
|-- io.netty:netty-codec-http:4.1.63.Final
|-- com.typesafe:ssl-config-core_2.13:0.4.2
|-- io.netty:netty-handler:4.1.63.Final
test