【问题标题】:Maven plugin for running JWebAssembly用于运行 JWebAssembly 的 Maven 插件
【发布时间】:2020-11-11 18:18:48
【问题描述】:

我可以看到 JWebAssembly 可以用 gradle 构建 https://github.com/i-net-software/JWebAssembly/wiki/Build-with-Gradle 但它们也提供了添加 maven 依赖项的示例,所以我希望也有一个 maven 插件。我在任何地方都找不到它。如何使用 maven 运行 JWebAssembly?

【问题讨论】:

    标签: java maven gradle webassembly jwebassembly


    【解决方案1】:

    这是来自同一个 github wiki(https://github.com/i-net-software/JWebAssembly/wiki/Getting-Started#add-dependency-to-api):

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>
    <dependency>
        <groupId>com.github.i-net-software</groupId>
        <artifactId>jwebassembly-api</artifactId>
        <version>master-SNAPSHOT</version>
    </dependency>
    

    【讨论】:

      猜你喜欢
      • 2018-04-12
      • 2011-03-04
      • 1970-01-01
      • 2011-04-16
      • 2016-01-31
      • 2012-06-30
      • 1970-01-01
      • 1970-01-01
      • 2023-03-10
      相关资源
      最近更新 更多