MVN

com.github.alexarchambault.tmp.ipcsocket : ipcsocket

Maven & Gradle

Dec 15, 2021
8 usages
0 stars

ipcsocket · ipcsocket

<dependency>
    <groupId>com.github.alexarchambault.tmp.ipcsocket</groupId>
    <artifactId>ipcsocket</artifactId>
    <version>1.4.1-aa-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.alexarchambault.tmp.ipcsocket : ipcsocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1-aa-4

All Versions

Choose a version of com.github.alexarchambault.tmp.ipcsocket : ipcsocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
ipcsocket-1.4.1-aa-4
ipcsocket-1.4.1-aa-3
ipcsocket-1.4.1-aa-2
ipcsocket-1.4.1-aa-1

How to add a dependency to Maven

Add the following com.github.alexarchambault.tmp.ipcsocket : ipcsocket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.alexarchambault.tmp.ipcsocket</groupId>
    <artifactId>ipcsocket</artifactId>
    <version>1.4.1-aa-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.alexarchambault.tmp.ipcsocket : ipcsocket gradle dependency to your build.gradle file:

implementation 'com.github.alexarchambault.tmp.ipcsocket:ipcsocket:1.4.1-aa-4'

Gradle Kotlin DSL: Add the following com.github.alexarchambault.tmp.ipcsocket : ipcsocket gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.alexarchambault.tmp.ipcsocket:ipcsocket:1.4.1-aa-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.alexarchambault.tmp.ipcsocket : ipcsocket sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.alexarchambault.tmp.ipcsocket" % "ipcsocket" % "1.4.1-aa-4"

Advertisement