| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdch.epfl.scala |
| ArtifactId | ArtifactIdsockets |
| Version | Version1.4.13-78-8397160d |
| Type | Typejar |
| Filename | Size |
|---|---|
| sockets-1.4.13-78-8397160d.pom | |
| sockets-1.4.13-78-8397160d.jar | 27 KB |
| sockets-1.4.13-78-8397160d-sources.jar | 14 KB |
| sockets-1.4.13-78-8397160d-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.epfl.scala/sockets/ -->
<dependency>
<groupId>ch.epfl.scala</groupId>
<artifactId>sockets</artifactId>
<version>1.4.13-78-8397160d</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.scala/sockets/
implementation 'ch.epfl.scala:sockets:1.4.13-78-8397160d'
// https://jarcasting.com/artifacts/ch.epfl.scala/sockets/
implementation ("ch.epfl.scala:sockets:1.4.13-78-8397160d")
'ch.epfl.scala:sockets:jar:1.4.13-78-8397160d'
<dependency org="ch.epfl.scala" name="sockets" rev="1.4.13-78-8397160d">
<artifact name="sockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.scala', module='sockets', version='1.4.13-78-8397160d')
)
libraryDependencies += "ch.epfl.scala" % "sockets" % "1.4.13-78-8397160d"
[ch.epfl.scala/sockets "1.4.13-78-8397160d"]