Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdangular2-websocket |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
angular2-websocket-0.6.2.pom | |
angular2-websocket-0.6.2.jar | 22 KB |
angular2-websocket-0.6.2-sources.jar | 22 bytes |
angular2-websocket-0.6.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/angular2-websocket/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>angular2-websocket</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angular2-websocket/
implementation 'org.webjars.npm:angular2-websocket:0.6.2'
// https://jarcasting.com/artifacts/org.webjars.npm/angular2-websocket/
implementation ("org.webjars.npm:angular2-websocket:0.6.2")
'org.webjars.npm:angular2-websocket:jar:0.6.2'
<dependency org="org.webjars.npm" name="angular2-websocket" rev="0.6.2">
<artifact name="angular2-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angular2-websocket', version='0.6.2')
)
libraryDependencies += "org.webjars.npm" % "angular2-websocket" % "0.6.2"
[org.webjars.npm/angular2-websocket "0.6.2"]