MVN

org.scala-sbt.ipcsocket : ipcsocket

Maven & Gradle

16 usages
42 stars

ipcsocket · IPC: Unix Domain Socket and Windows Named Pipes for Java

<dependency>
    <groupId>org.scala-sbt.ipcsocket</groupId>
    <artifactId>ipcsocket</artifactId>
    <version>1.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scala-sbt.ipcsocket : ipcsocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.2

All Versions

Choose a version of org.scala-sbt.ipcsocket : ipcsocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
ipcsocket-1.6.2
ipcsocket-1.6.1
ipcsocket-1.6.0
1.5.x
ipcsocket-1.5.0
1.4.x
ipcsocket-1.4.1
ipcsocket-1.4.0
1.3.x
ipcsocket-1.3.1
ipcsocket-1.3.0
1.2.x
ipcsocket-1.2.0
1.1.x
ipcsocket-1.1.0
1.0.x
ipcsocket-1.0.1
ipcsocket-1.0.0

How to add a dependency to Maven

Add the following org.scala-sbt.ipcsocket : ipcsocket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scala-sbt.ipcsocket</groupId>
    <artifactId>ipcsocket</artifactId>
    <version>1.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scala-sbt.ipcsocket : ipcsocket gradle dependency to your build.gradle file:

implementation 'org.scala-sbt.ipcsocket:ipcsocket:1.6.2'

Gradle Kotlin DSL: Add the following org.scala-sbt.ipcsocket : ipcsocket gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scala-sbt.ipcsocket:ipcsocket:1.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scala-sbt.ipcsocket : ipcsocket sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scala-sbt.ipcsocket" % "ipcsocket" % "1.6.2"

Advertisement