我从文档https://docs.gluonhq.com/开始配置我的应用程序项目并使用 GluonFX Gradle 插件。从https://github.com/gluonhq/AttachExtended项目开始,我正在尝试配置自定义附件,但无法通过 build.gradle 导入。我没有 maven 项目,也没有使用 pom.xml 如何在原始 pom.xml 中“翻译”以下依赖项:
--依赖--
--groupId--com.gluonhq.attachextended--/groupId--
--artifactId---log--/artifactId--
--version--4.0.12--/version--
--/dependency--
--dependency--
--groupId--com.gluonhq.attachextended--/groupId--
--artifactId--log--/artifactId--
--version--4.0.12--/version--
--classifier---desktop--/classifier--
--scope---runtime--/scope--
--/dependency--
在我的 build.gradle 中。例如: ... 编译组:'attach-extended',名称:'log',版本:'4.0.12',分类器:'android' ...