GroupId | GroupIdorg.minijax |
---|---|
ArtifactId | ArtifactIdminijax-websocket |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
minijax-websocket-0.0.13.pom | |
minijax-websocket-0.0.13.jar | 3 KB |
minijax-websocket-0.0.13-sources.jar | 1 KB |
minijax-websocket-0.0.13-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.minijax/minijax-websocket/ -->
<dependency>
<groupId>org.minijax</groupId>
<artifactId>minijax-websocket</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.minijax/minijax-websocket/
implementation 'org.minijax:minijax-websocket:0.0.13'
// https://jarcasting.com/artifacts/org.minijax/minijax-websocket/
implementation ("org.minijax:minijax-websocket:0.0.13")
'org.minijax:minijax-websocket:jar:0.0.13'
<dependency org="org.minijax" name="minijax-websocket" rev="0.0.13">
<artifact name="minijax-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minijax', module='minijax-websocket', version='0.0.13')
)
libraryDependencies += "org.minijax" % "minijax-websocket" % "0.0.13"
[org.minijax/minijax-websocket "0.0.13"]