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