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