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