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