Files download
File Operation
http4s-circe_2.12-0.23.16.jar download
http4s-circe_2.12-0.23.16.pom download
http4s-circe_2.12-0.23.16-sources.jar download
Apache Maven
<dependency>
  <groupId>org.http4s</groupId>
  <artifactId>http4s-circe_2.12</artifactId>
  <version>0.23.16</version>
</dependency>
Gradle Groovy
implementation 'org.http4s:http4s-circe_2.12:0.23.16'
Gradle Kotlin
implementation("org.http4s:http4s-circe_2.12:0.23.16")
Scala SBT
libraryDependencies += "org.http4s" % "http4s-circe_2.12" % "0.23.16"
Groovy Grape
@Grapes(
  @Grab(group='org.http4s', module='http4s-circe_2.12', version='0.23.16')
)
Apache Ivy
<dependency org="org.http4s" name="http4s-circe_2.12" rev="0.23.16" />
Leiningen
[org.http4s/http4s-circe_2.12 "0.23.16"]
Apache Buildr
'org.http4s:http4s-circe_2.12:jar:0.23.16'