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