GroupId | GroupIdorg.nanoframework |
---|---|
ArtifactId | ArtifactIdnano-ext-websocket |
Version | Version1.3.16 |
Type | Typejar |
Filename | Size |
---|---|
nano-ext-websocket-1.3.16.pom | |
nano-ext-websocket-1.3.16.jar | 18 KB |
nano-ext-websocket-1.3.16-sources.jar | 11 KB |
nano-ext-websocket-1.3.16-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nanoframework/nano-ext-websocket/ -->
<dependency>
<groupId>org.nanoframework</groupId>
<artifactId>nano-ext-websocket</artifactId>
<version>1.3.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.nanoframework/nano-ext-websocket/
implementation 'org.nanoframework:nano-ext-websocket:1.3.16'
// https://jarcasting.com/artifacts/org.nanoframework/nano-ext-websocket/
implementation ("org.nanoframework:nano-ext-websocket:1.3.16")
'org.nanoframework:nano-ext-websocket:jar:1.3.16'
<dependency org="org.nanoframework" name="nano-ext-websocket" rev="1.3.16">
<artifact name="nano-ext-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nanoframework', module='nano-ext-websocket', version='1.3.16')
)
libraryDependencies += "org.nanoframework" % "nano-ext-websocket" % "1.3.16"
[org.nanoframework/nano-ext-websocket "1.3.16"]