GroupId | GroupIdorg.minijax |
---|---|
ArtifactId | ArtifactIdminijax-websocket |
Version | Version0.0.14 |
Type | Typejar |
Filename | Size |
---|---|
minijax-websocket-0.0.14.pom | |
minijax-websocket-0.0.14.jar | 3 KB |
minijax-websocket-0.0.14-sources.jar | 1 KB |
minijax-websocket-0.0.14-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.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.minijax/minijax-websocket/
implementation 'org.minijax:minijax-websocket:0.0.14'
// https://jarcasting.com/artifacts/org.minijax/minijax-websocket/
implementation ("org.minijax:minijax-websocket:0.0.14")
'org.minijax:minijax-websocket:jar:0.0.14'
<dependency org="org.minijax" name="minijax-websocket" rev="0.0.14">
<artifact name="minijax-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minijax', module='minijax-websocket', version='0.0.14')
)
libraryDependencies += "org.minijax" % "minijax-websocket" % "0.0.14"
[org.minijax/minijax-websocket "0.0.14"]