| License |
License |
|---|---|
| GroupId | GroupIduk.co.binarytemple |
| ArtifactId | ArtifactIdsws |
| Last Version | Last Version0.0.3.13 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSWebsocket
A minimal websocket library with a Scala interface
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationBinaryTemple |
| Filename | Size |
|---|---|
| sws-0.0.3.13.pom | |
| sws-0.0.3.13.jar | 23 KB |
| sws-0.0.3.13-sources.jar | 11 KB |
| sws-0.0.3.13-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.co.binarytemple/sws/ -->
<dependency>
<groupId>uk.co.binarytemple</groupId>
<artifactId>sws</artifactId>
<version>0.0.3.13</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.binarytemple/sws/
implementation 'uk.co.binarytemple:sws:0.0.3.13'
// https://jarcasting.com/artifacts/uk.co.binarytemple/sws/
implementation ("uk.co.binarytemple:sws:0.0.3.13")
'uk.co.binarytemple:sws:jar:0.0.3.13'
<dependency org="uk.co.binarytemple" name="sws" rev="0.0.3.13">
<artifact name="sws" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.binarytemple', module='sws', version='0.0.3.13')
)
libraryDependencies += "uk.co.binarytemple" % "sws" % "0.0.3.13"
[uk.co.binarytemple/sws "0.0.3.13"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.9.2 |
| commons-codec : commons-codec | jar | 1.6 |
| org.slf4j : slf4j-api | jar | 1.6.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.specs2 : specs2_2.9.2 | jar | 1.9 |
| org.hamcrest : hamcrest-all | jar | 1.1 |
| org.scalamock : scalamock-core_2.9.2 | jar | 2.3 |