GroupId | GroupIdio.qtjambi |
---|---|
ArtifactId | ArtifactIdqtjambi-websockets |
Version | Version6.2.4 |
Type | Typejar |
Filename | Size |
---|---|
qtjambi-websockets-6.2.4.pom | |
qtjambi-websockets-6.2.4-sources.jar | 11 KB |
qtjambi-websockets-6.2.4-javadoc.jar | 219 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.qtjambi/qtjambi-websockets/ -->
<dependency>
<groupId>io.qtjambi</groupId>
<artifactId>qtjambi-websockets</artifactId>
<version>6.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.qtjambi/qtjambi-websockets/
implementation 'io.qtjambi:qtjambi-websockets:6.2.4'
// https://jarcasting.com/artifacts/io.qtjambi/qtjambi-websockets/
implementation ("io.qtjambi:qtjambi-websockets:6.2.4")
'io.qtjambi:qtjambi-websockets:jar:6.2.4'
<dependency org="io.qtjambi" name="qtjambi-websockets" rev="6.2.4">
<artifact name="qtjambi-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.qtjambi', module='qtjambi-websockets', version='6.2.4')
)
libraryDependencies += "io.qtjambi" % "qtjambi-websockets" % "6.2.4"
[io.qtjambi/qtjambi-websockets "6.2.4"]