MVN

io.github.alexarchambault.bleep : sockets

Maven & Gradle

Dec 13, 2021
2 usages
873 stars

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

<dependency>
    <groupId>io.github.alexarchambault.bleep</groupId>
    <artifactId>sockets</artifactId>
    <version>1.4.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.alexarchambault.bleep : sockets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.13

All Versions

Choose a version of io.github.alexarchambault.bleep : sockets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
sockets-1.4.13
sockets-1.4.12

How to add a dependency to Maven

Add the following io.github.alexarchambault.bleep : sockets maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.alexarchambault.bleep</groupId>
    <artifactId>sockets</artifactId>
    <version>1.4.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.alexarchambault.bleep : sockets gradle dependency to your build.gradle file:

implementation 'io.github.alexarchambault.bleep:sockets:1.4.13'

Gradle Kotlin DSL: Add the following io.github.alexarchambault.bleep : sockets gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.alexarchambault.bleep:sockets:1.4.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.alexarchambault.bleep : sockets sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.alexarchambault.bleep" % "sockets" % "1.4.13"

Advertisement