GroupId | GroupIdcom.sun.electric |
---|---|
ArtifactId | ArtifactIdelectric-irsim |
Version | Version0.1-alpha-1 |
Type | Typejar |
Filename | Size |
---|---|
electric-irsim-0.1-alpha-1.pom | |
electric-irsim-0.1-alpha-1.jar | 461 KB |
electric-irsim-0.1-alpha-1-sources.jar | 437 KB |
electric-irsim-0.1-alpha-1-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.electric/electric-irsim/ -->
<dependency>
<groupId>com.sun.electric</groupId>
<artifactId>electric-irsim</artifactId>
<version>0.1-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.electric/electric-irsim/
implementation 'com.sun.electric:electric-irsim:0.1-alpha-1'
// https://jarcasting.com/artifacts/com.sun.electric/electric-irsim/
implementation ("com.sun.electric:electric-irsim:0.1-alpha-1")
'com.sun.electric:electric-irsim:jar:0.1-alpha-1'
<dependency org="com.sun.electric" name="electric-irsim" rev="0.1-alpha-1">
<artifact name="electric-irsim" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.electric', module='electric-irsim', version='0.1-alpha-1')
)
libraryDependencies += "com.sun.electric" % "electric-irsim" % "0.1-alpha-1"
[com.sun.electric/electric-irsim "0.1-alpha-1"]