GroupId | GroupIdorg.nanoframework |
---|---|
ArtifactId | ArtifactIdnano-ext-websocket |
Version | Version1.4.6 |
Type | Typejar |
Filename | Size |
---|---|
nano-ext-websocket-1.4.6.pom | |
nano-ext-websocket-1.4.6.jar | 18 KB |
nano-ext-websocket-1.4.6-sources.jar | 11 KB |
nano-ext-websocket-1.4.6-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.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.nanoframework/nano-ext-websocket/
implementation 'org.nanoframework:nano-ext-websocket:1.4.6'
// https://jarcasting.com/artifacts/org.nanoframework/nano-ext-websocket/
implementation ("org.nanoframework:nano-ext-websocket:1.4.6")
'org.nanoframework:nano-ext-websocket:jar:1.4.6'
<dependency org="org.nanoframework" name="nano-ext-websocket" rev="1.4.6">
<artifact name="nano-ext-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nanoframework', module='nano-ext-websocket', version='1.4.6')
)
libraryDependencies += "org.nanoframework" % "nano-ext-websocket" % "1.4.6"
[org.nanoframework/nano-ext-websocket "1.4.6"]