| Группа | Группаcom.sifive |
|---|---|
| Идентификатор | Идентификаторchisel-circt_2.12 |
| Версия | Версия0.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| chisel-circt_2.12-0.1.0.pom | |
| chisel-circt_2.12-0.1.0.jar | 78 KB |
| chisel-circt_2.12-0.1.0-sources.jar | 9 KB |
| chisel-circt_2.12-0.1.0-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sifive/chisel-circt_2.12/ -->
<dependency>
<groupId>com.sifive</groupId>
<artifactId>chisel-circt_2.12</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sifive/chisel-circt_2.12/
implementation 'com.sifive:chisel-circt_2.12:0.1.0'
// https://jarcasting.com/artifacts/com.sifive/chisel-circt_2.12/
implementation ("com.sifive:chisel-circt_2.12:0.1.0")
'com.sifive:chisel-circt_2.12:jar:0.1.0'
<dependency org="com.sifive" name="chisel-circt_2.12" rev="0.1.0">
<artifact name="chisel-circt_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sifive', module='chisel-circt_2.12', version='0.1.0')
)
libraryDependencies += "com.sifive" % "chisel-circt_2.12" % "0.1.0"
[com.sifive/chisel-circt_2.12 "0.1.0"]