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