文件下载
文件名 操作
pureconfig-squants_2.13-0.15.0.jar 下载
pureconfig-squants_2.13-0.15.0.pom 下载
pureconfig-squants_2.13-0.15.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.pureconfig</groupId>
  <artifactId>pureconfig-squants_2.13</artifactId>
  <version>0.15.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.pureconfig:pureconfig-squants_2.13:0.15.0'
Gradle Kotlin
implementation("com.github.pureconfig:pureconfig-squants_2.13:0.15.0")
Scala SBT
libraryDependencies += "com.github.pureconfig" % "pureconfig-squants_2.13" % "0.15.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pureconfig', module='pureconfig-squants_2.13', version='0.15.0')
)
Apache Ivy
<dependency org="com.github.pureconfig" name="pureconfig-squants_2.13" rev="0.15.0" />
Leiningen
[com.github.pureconfig/pureconfig-squants_2.13 "0.15.0"]
Apache Buildr
'com.github.pureconfig:pureconfig-squants_2.13:jar:0.15.0'