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