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