Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-websocket-okhttp-client |
Version | Version4.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-websocket-okhttp-client/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-websocket-okhttp-client</artifactId>
<version>4.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-websocket-okhttp-client/
implementation 'org.cometd.java:cometd-java-websocket-okhttp-client:4.0.5'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-websocket-okhttp-client/
implementation ("org.cometd.java:cometd-java-websocket-okhttp-client:4.0.5")
'org.cometd.java:cometd-java-websocket-okhttp-client:jar:4.0.5'
<dependency org="org.cometd.java" name="cometd-java-websocket-okhttp-client" rev="4.0.5">
<artifact name="cometd-java-websocket-okhttp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-websocket-okhttp-client', version='4.0.5')
)
libraryDependencies += "org.cometd.java" % "cometd-java-websocket-okhttp-client" % "4.0.5"
[org.cometd.java/cometd-java-websocket-okhttp-client "4.0.5"]