MVN

com.sun.electric : electric-concurrent

Maven & Gradle

Mar 10, 2012
2 usages

electric-concurrent

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

Latest Version

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

  • Latest Stable: 9.02-e

All Versions

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

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

How to add a dependency to Maven

Add the following com.sun.electric : electric-concurrent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.electric : electric-concurrent gradle dependency to your build.gradle file:

implementation 'com.sun.electric:electric-concurrent:9.02-e'

Gradle Kotlin DSL: Add the following com.sun.electric : electric-concurrent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.electric:electric-concurrent:9.02-e")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.electric : electric-concurrent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.electric" % "electric-concurrent" % "9.02-e"