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