<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-laws_2.13</artifactId> <version>1.0.0-M10</version> </dependency>
implementation 'org.http4s:http4s-laws_2.13:1.0.0-M10'
implementation("org.http4s:http4s-laws_2.13:1.0.0-M10")
libraryDependencies += "org.http4s" % "http4s-laws_2.13" % "1.0.0-M10"
@Grapes( @Grab(group='org.http4s', module='http4s-laws_2.13', version='1.0.0-M10') )
<dependency org="org.http4s" name="http4s-laws_2.13" rev="1.0.0-M10" />
[org.http4s/http4s-laws_2.13 "1.0.0-M10"]
'org.http4s:http4s-laws_2.13:jar:1.0.0-M10'
compile
|-- org.scala-lang:scala-library:2.13.3
|-- org.http4s:http4s-core_2.13:1.0.0-M10
|-- org.typelevel:cats-laws_2.13:2.3.1
|-- org.scalacheck:scalacheck_2.13:1.15.2
|-- org.typelevel:case-insensitive-testing_2.13:0.3.0
|-- org.typelevel:cats-effect-laws_2.13:2.3.1
|-- org.typelevel:discipline-core_2.13:1.1.3