| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.sun.electric |
| Идентификатор | Идентификаторelectric |
| Последняя версия | Последняя версия9.02-e |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| electric-9.02-e.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.electric/electric/ -->
<dependency>
<groupId>com.sun.electric</groupId>
<artifactId>electric</artifactId>
<version>9.02-e</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.electric/electric/
implementation 'com.sun.electric:electric:9.02-e'
// https://jarcasting.com/artifacts/com.sun.electric/electric/
implementation ("com.sun.electric:electric:9.02-e")
'com.sun.electric:electric:pom:9.02-e'
<dependency org="com.sun.electric" name="electric" rev="9.02-e">
<artifact name="electric" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.electric', module='electric', version='9.02-e')
)
libraryDependencies += "com.sun.electric" % "electric" % "9.02-e"
[com.sun.electric/electric "9.02-e"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.9 |