dev.onvoid.webrtc:webrtc-java

Java native interface implementation based on the free, open WebRTC project. The goal of this project is to enable development of RTC applications for desktop platforms running Java.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

dev.onvoid.webrtc
ArtifactId

ArtifactId

webrtc-java
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java native interface implementation based on the free, open WebRTC project. The goal of this project is to enable development of RTC applications for desktop platforms running Java.

Download webrtc-java

How to add to project

<!-- https://jarcasting.com/artifacts/dev.onvoid.webrtc/webrtc-java/ -->
<dependency>
    <groupId>dev.onvoid.webrtc</groupId>
    <artifactId>webrtc-java</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.onvoid.webrtc/webrtc-java/
implementation 'dev.onvoid.webrtc:webrtc-java:0.6.0'
// https://jarcasting.com/artifacts/dev.onvoid.webrtc/webrtc-java/
implementation ("dev.onvoid.webrtc:webrtc-java:0.6.0")
'dev.onvoid.webrtc:webrtc-java:jar:0.6.0'
<dependency org="dev.onvoid.webrtc" name="webrtc-java" rev="0.6.0">
  <artifact name="webrtc-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.onvoid.webrtc', module='webrtc-java', version='0.6.0')
)
libraryDependencies += "dev.onvoid.webrtc" % "webrtc-java" % "0.6.0"
[dev.onvoid.webrtc/webrtc-java "0.6.0"]

Dependencies

compile (1)

Group / Artifact Type Version
dev.onvoid.webrtc : webrtc-java jar 0.6.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0
org.junit.jupiter : junit-jupiter-engine jar 5.6.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0