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