MVN

com.sun.electric : electric

Maven & Gradle

Mar 10, 2012

electric · Electric is an integrated-circuit design system that offers IC layout, schematic editing, and even textual hardware-description languages. It offers a wide range of synthesis and analysis tools for working on the circuitry. It has many importers and exporters for interfacing to other EDA (Electronic Design Automation) systems. It even has a constraint system for managing chip layout. For more information about Electric, see www.staticfreesoft.com

<dependency>
    <groupId>com.sun.electric</groupId>
    <artifactId>electric</artifactId>
    <version>9.02-e</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.electric : electric to add to Maven - Latest Versions:

  • Latest Stable: 9.02-e

All Versions

Choose a version of com.sun.electric : electric to add to Maven - All Versions:

Version Vulnerabilities Updated
9.02
electric-9.02-e
electric-9.02-c
electric-9.02-b
electric-9.02-a
9.01
electric-9.01
electric-9.01-b
9.00
electric-9.00
electric-9.00-q

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sun.electric</groupId>
    <artifactId>electric</artifactId>
    <version>9.02-e</version>
</dependency>