GroupId | GroupIdorg.chorusbdd |
---|---|
ArtifactId | ArtifactIdchorus-websockets |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
chorus-websockets-3.1.0.pom | |
chorus-websockets-3.1.0.jar | 53 KB |
chorus-websockets-3.1.0-sources.jar | 46 KB |
chorus-websockets-3.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.chorusbdd/chorus-websockets/ -->
<dependency>
<groupId>org.chorusbdd</groupId>
<artifactId>chorus-websockets</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.chorusbdd/chorus-websockets/
implementation 'org.chorusbdd:chorus-websockets:3.1.0'
// https://jarcasting.com/artifacts/org.chorusbdd/chorus-websockets/
implementation ("org.chorusbdd:chorus-websockets:3.1.0")
'org.chorusbdd:chorus-websockets:jar:3.1.0'
<dependency org="org.chorusbdd" name="chorus-websockets" rev="3.1.0">
<artifact name="chorus-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chorusbdd', module='chorus-websockets', version='3.1.0')
)
libraryDependencies += "org.chorusbdd" % "chorus-websockets" % "3.1.0"
[org.chorusbdd/chorus-websockets "3.1.0"]