Categories |
CategoriesJavaScript Languages CLI User Interface |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdnextrtc-js-client |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
nextrtc-js-client-0.0.4.pom | |
nextrtc-js-client-0.0.4.jar | 8 KB |
nextrtc-js-client-0.0.4-sources.jar | 22 bytes |
nextrtc-js-client-0.0.4-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/nextrtc-js-client/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>nextrtc-js-client</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/nextrtc-js-client/
implementation 'org.webjars.npm:nextrtc-js-client:0.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/nextrtc-js-client/
implementation ("org.webjars.npm:nextrtc-js-client:0.0.4")
'org.webjars.npm:nextrtc-js-client:jar:0.0.4'
<dependency org="org.webjars.npm" name="nextrtc-js-client" rev="0.0.4">
<artifact name="nextrtc-js-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='nextrtc-js-client', version='0.0.4')
)
libraryDependencies += "org.webjars.npm" % "nextrtc-js-client" % "0.0.4"
[org.webjars.npm/nextrtc-js-client "0.0.4"]