| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdrtcpeerconnection-shim |
| Version | Version1.2.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rtcpeerconnection-shim-1.2.8.pom | |
| rtcpeerconnection-shim-1.2.8.jar | 54 KB |
| rtcpeerconnection-shim-1.2.8-sources.jar | 22 bytes |
| rtcpeerconnection-shim-1.2.8-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/rtcpeerconnection-shim/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>rtcpeerconnection-shim</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/rtcpeerconnection-shim/
implementation 'org.webjars.npm:rtcpeerconnection-shim:1.2.8'
// https://jarcasting.com/artifacts/org.webjars.npm/rtcpeerconnection-shim/
implementation ("org.webjars.npm:rtcpeerconnection-shim:1.2.8")
'org.webjars.npm:rtcpeerconnection-shim:jar:1.2.8'
<dependency org="org.webjars.npm" name="rtcpeerconnection-shim" rev="1.2.8">
<artifact name="rtcpeerconnection-shim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='rtcpeerconnection-shim', version='1.2.8')
)
libraryDependencies += "org.webjars.npm" % "rtcpeerconnection-shim" % "1.2.8"
[org.webjars.npm/rtcpeerconnection-shim "1.2.8"]