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