License |
License |
---|---|
GroupId | GroupIdcom.sun.electric |
ArtifactId | ArtifactIdelectric-test |
Last Version | Last Version9.01-b |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionelectric-test
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
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
electric-test-9.01-b.pom | |
electric-test-9.01-b.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.electric/electric-test/ -->
<dependency>
<groupId>com.sun.electric</groupId>
<artifactId>electric-test</artifactId>
<version>9.01-b</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.electric/electric-test/
implementation 'com.sun.electric:electric-test:9.01-b'
// https://jarcasting.com/artifacts/com.sun.electric/electric-test/
implementation ("com.sun.electric:electric-test:9.01-b")
'com.sun.electric:electric-test:jar:9.01-b'
<dependency org="com.sun.electric" name="electric-test" rev="9.01-b">
<artifact name="electric-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.electric', module='electric-test', version='9.01-b')
)
libraryDependencies += "com.sun.electric" % "electric-test" % "9.01-b"
[com.sun.electric/electric-test "9.01-b"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |