webrtc-java-parent

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-parent
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

pom
Description

Description

webrtc-java-parent
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.
Project URL

Project URL

https://github.com/devopvoid/webrtc-java
Source Code Management

Source Code Management

https://github.com/devopvoid/webrtc-java/tree/master

Download webrtc-java-parent

How to add to project

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

Dependencies

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

  • webrtc-jni
  • webrtc
  • webrtc-demo

Versions

Version
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0