is not current version
Last Version 1.5.0-28-2c4ea387

ch.epfl.scala:sockets 1.5.0

IPC: Unix Domain Socket and Windows Named Pipes for Java

Categories

Categories

Scala Languages
GroupId

GroupId

ch.epfl.scala
ArtifactId

ArtifactId

sockets
Version

Version

1.5.0
Type

Type

jar

Download sockets 1.5.0


<!-- https://jarcasting.com/artifacts/ch.epfl.scala/sockets/ -->
<dependency>
    <groupId>ch.epfl.scala</groupId>
    <artifactId>sockets</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.scala/sockets/
implementation 'ch.epfl.scala:sockets:1.5.0'
// https://jarcasting.com/artifacts/ch.epfl.scala/sockets/
implementation ("ch.epfl.scala:sockets:1.5.0")
'ch.epfl.scala:sockets:jar:1.5.0'
<dependency org="ch.epfl.scala" name="sockets" rev="1.5.0">
  <artifact name="sockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.scala', module='sockets', version='1.5.0')
)
libraryDependencies += "ch.epfl.scala" % "sockets" % "1.5.0"
[ch.epfl.scala/sockets "1.5.0"]