<dependency> <groupId>com.compstak</groupId> <artifactId>nomad-http4s_2.12</artifactId> <version>3.0.0</version> </dependency>
implementation 'com.compstak:nomad-http4s_2.12:3.0.0'
implementation("com.compstak:nomad-http4s_2.12:3.0.0")
libraryDependencies += "com.compstak" % "nomad-http4s_2.12" % "3.0.0"
@Grapes( @Grab(group='com.compstak', module='nomad-http4s_2.12', version='3.0.0') )
<dependency org="com.compstak" name="nomad-http4s_2.12" rev="3.0.0" />
[com.compstak/nomad-http4s_2.12 "3.0.0"]
'com.compstak:nomad-http4s_2.12:jar:3.0.0'
compile
|-- org.scala-lang:scala-library:2.12.10
|-- io.circe:circe-core_2.12:0.13.0
|-- org.http4s:http4s-client_2.12:0.21.0
|-- org.http4s:http4s-circe_2.12:0.21.0
|-- org.http4s:http4s-dsl_2.12:0.21.0
test
|-- org.scalatest:scalatest_2.12:3.1.0