GroupId | GroupIdorg.zhongweixian |
---|---|
ArtifactId | ArtifactIdwebsocket-api |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
websocket-api-2.0.2.pom | |
websocket-api-2.0.2.jar | 49 KB |
websocket-api-2.0.2-sources.jar | 24 KB |
websocket-api-2.0.2-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zhongweixian/websocket-api/ -->
<dependency>
<groupId>org.zhongweixian</groupId>
<artifactId>websocket-api</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.zhongweixian/websocket-api/
implementation 'org.zhongweixian:websocket-api:2.0.2'
// https://jarcasting.com/artifacts/org.zhongweixian/websocket-api/
implementation ("org.zhongweixian:websocket-api:2.0.2")
'org.zhongweixian:websocket-api:jar:2.0.2'
<dependency org="org.zhongweixian" name="websocket-api" rev="2.0.2">
<artifact name="websocket-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zhongweixian', module='websocket-api', version='2.0.2')
)
libraryDependencies += "org.zhongweixian" % "websocket-api" % "2.0.2"
[org.zhongweixian/websocket-api "2.0.2"]