Java/Maven:整合org.freedesktop.NetworkManager

Java/Maven: integrating org.freedesktop.NetworkManager

是否有已发布的可靠方法将 org.freedesktop.NetworkManager 包拉入 Maven 构建?在 https://mvnrepository.com I find this but I think it's not org.freedesktop.NetworkManager and in any case the artifact no longer exists on https://jcenter.bintray.com/.

上搜索

在这种情况下通常要做的是使用内省数据生成代码。 NetworkManager 的存储库中有许多 introspection XML files,具体取决于您要控制的内容。

如果你用的是原版dbus-java 2.7 bindings, you would use the CreateInterface class. If you are using the updated 3.2 bindings from hypfvieh, you can generate the code using the InterfaceCodeGeneratorclass。我建议使用 3.2 绑定,因为许多错误已得到修复并且可以通过 Maven Central 获得。