MVN

edu.berkeley.cs : chisel3-plugin_2.12.3

Maven & Gradle

Apr 14, 2023
3.6k stars

chisel3-plugin · chisel3-plugin

<dependency>
    <groupId>edu.berkeley.cs</groupId>
    <artifactId>chisel3-plugin_2.12.3</artifactId>
    <version>3.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.berkeley.cs : chisel3-plugin_2.12.3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.0
  • Latest Release Candidate: 3.6.0-RC3

All Versions

Choose a version of edu.berkeley.cs : chisel3-plugin_2.12.3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
chisel3-plugin_2.12.3-3.6.0
chisel3-plugin_2.12.3-3.6.0-RC3
chisel3-plugin_2.12.3-3.6.0-RC2
chisel3-plugin_2.12.3-3.6.0-RC1
chisel3-plugin_2.12.3-3.6.0-M2
chisel3-plugin_2.12.3-3.6.0-M1
3.5.x
chisel3-plugin_2.12.3-3.5.6
chisel3-plugin_2.12.3-3.5.5
chisel3-plugin_2.12.3-3.5.4
chisel3-plugin_2.12.3-3.5.3
chisel3-plugin_2.12.3-3.5.2
chisel3-plugin_2.12.3-3.5.1
chisel3-plugin_2.12.3-3.5.0
chisel3-plugin_2.12.3-3.5.0-RC2
chisel3-plugin_2.12.3-3.5.0-RC1
3.4.x
chisel3-plugin_2.12.3-3.4.4
chisel3-plugin_2.12.3-3.4.3
chisel3-plugin_2.12.3-3.4.2
chisel3-plugin_2.12.3-3.4.1
chisel3-plugin_2.12.3-3.4.0
chisel3-plugin_2.12.3-3.4.0-RC3
chisel3-plugin_2.12.3-3.4.0-RC2
chisel3-plugin_2.12.3-3.4.0-RC1

How to add a dependency to Maven

Add the following edu.berkeley.cs : chisel3-plugin_2.12.3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.berkeley.cs</groupId>
    <artifactId>chisel3-plugin_2.12.3</artifactId>
    <version>3.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.berkeley.cs : chisel3-plugin_2.12.3 gradle dependency to your build.gradle file:

implementation 'edu.berkeley.cs:chisel3-plugin_2.12.3:3.6.0'

Gradle Kotlin DSL: Add the following edu.berkeley.cs : chisel3-plugin_2.12.3 gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.berkeley.cs:chisel3-plugin_2.12.3:3.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.berkeley.cs : chisel3-plugin_2.12.3 sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.berkeley.cs" % "chisel3-plugin_2.12.3" % "3.6.0"

Advertisement