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