Describe the bug
- If you do not use classifier to specify the platform, an error will be reported that the corresponding implementation cannot be found
mvn dependency is as follows
<dependency>
<groupId>dev.onvoid.webrtc</groupId>
<artifactId>webrtc-java</artifactId>
<version>0.14.0</version>
</dependency>
the error is as follows

2. If classifier is specified, a missing dependency error will occur.
mvn dependency is as follows
<dependency>
<groupId>dev.onvoid.webrtc</groupId>
<artifactId>webrtc-java</artifactId>
<version>0.14.0</version>
<classifier>windows-x86_64</classifier>
</dependency>
Opening the Maven dependencies, you can see there is only one dll file.
Desktop (please complete the following information):
- OS: windows 11
- Version 26100.4061
Describe the bug
mvn dependency is as follows
the error is as follows
Opening the Maven dependencies, you can see there is only one dll file.
Desktop (please complete the following information):