| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIddev.onvoid.webrtc |
| ArtifactId | ArtifactIdwebrtc-java-jni |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
DescriptionJava 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.
|
| Filename | Size |
|---|---|
| webrtc-java-jni-0.1.0.pom | |
| webrtc-java-jni-0.1.0.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.onvoid.webrtc/webrtc-java-jni/ -->
<dependency>
<groupId>dev.onvoid.webrtc</groupId>
<artifactId>webrtc-java-jni</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.onvoid.webrtc/webrtc-java-jni/
implementation 'dev.onvoid.webrtc:webrtc-java-jni:0.1.0'
// https://jarcasting.com/artifacts/dev.onvoid.webrtc/webrtc-java-jni/
implementation ("dev.onvoid.webrtc:webrtc-java-jni:0.1.0")
'dev.onvoid.webrtc:webrtc-java-jni:jar:0.1.0'
<dependency org="dev.onvoid.webrtc" name="webrtc-java-jni" rev="0.1.0">
<artifact name="webrtc-java-jni" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.onvoid.webrtc', module='webrtc-java-jni', version='0.1.0')
)
libraryDependencies += "dev.onvoid.webrtc" % "webrtc-java-jni" % "0.1.0"
[dev.onvoid.webrtc/webrtc-java-jni "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |