Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdch.epfl.scala |
ArtifactId | ArtifactIdsockets |
Version | Version1.4.11-11-d1e85e0b |
Type | Typejar |
Filename | Size |
---|---|
sockets-1.4.11-11-d1e85e0b.pom | |
sockets-1.4.11-11-d1e85e0b.jar | 27 KB |
sockets-1.4.11-11-d1e85e0b-sources.jar | 14 KB |
sockets-1.4.11-11-d1e85e0b-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.11-11-d1e85e0b</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.scala/sockets/
implementation 'ch.epfl.scala:sockets:1.4.11-11-d1e85e0b'
// https://jarcasting.com/artifacts/ch.epfl.scala/sockets/
implementation ("ch.epfl.scala:sockets:1.4.11-11-d1e85e0b")
'ch.epfl.scala:sockets:jar:1.4.11-11-d1e85e0b'
<dependency org="ch.epfl.scala" name="sockets" rev="1.4.11-11-d1e85e0b">
<artifact name="sockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.scala', module='sockets', version='1.4.11-11-d1e85e0b')
)
libraryDependencies += "ch.epfl.scala" % "sockets" % "1.4.11-11-d1e85e0b"
[ch.epfl.scala/sockets "1.4.11-11-d1e85e0b"]