GroupId | GroupIdorg.chorusbdd |
---|---|
ArtifactId | ArtifactIdchorus-websockets |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
chorus-websockets-3.0.0.pom | |
chorus-websockets-3.0.0.jar | 57 KB |
chorus-websockets-3.0.0-sources.jar | 49 KB |
chorus-websockets-3.0.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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.chorusbdd/chorus-websockets/
implementation 'org.chorusbdd:chorus-websockets:3.0.0'
// https://jarcasting.com/artifacts/org.chorusbdd/chorus-websockets/
implementation ("org.chorusbdd:chorus-websockets:3.0.0")
'org.chorusbdd:chorus-websockets:jar:3.0.0'
<dependency org="org.chorusbdd" name="chorus-websockets" rev="3.0.0">
<artifact name="chorus-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chorusbdd', module='chorus-websockets', version='3.0.0')
)
libraryDependencies += "org.chorusbdd" % "chorus-websockets" % "3.0.0"
[org.chorusbdd/chorus-websockets "3.0.0"]