书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 7317 个相关结果.
  • 使用 Maven

    如何使用 Maven 配置您的项目 要求 将项目导入 IDE 构建项目 向项目添加依赖项 打包应用程序 创建包含依赖项的 uber/fat JAR 的模板 如何使用 Maven 配置您的项目 本指南将向您展示如何使用 Maven 配置 Flink 作业项目,Maven是 由 Apache Software Foundation 开源的自动...
  • Maven Archetypes

    Overview of Maven Archetypes Overview of Maven Archetypes Vaadin currently offers the following Maven archetypes for different kinds of projects: vaadin-archetype-application ...
  • 使用 Maven

    使用 Maven 插件与版本 依赖 编译只有 Kotlin 的源代码 同时编译 Kotlin 与 Java 源代码 增量编译 注解处理 协程支持 Jar 文件 独立的 Jar 文件 针对 JavaScript 指定编译器选项 JVM 和 JS 的公共属性 JVM 特有的属性 JS 特有的属性 生成文档 OSGi 示例 ...
  • 使用 Maven

    如何使用 Maven 配置您的项目 要求 将项目导入 IDE 构建项目 向项目添加依赖项 打包应用程序 创建包含依赖项的 uber/fat JAR 的模板 如何使用 Maven 配置您的项目 本指南将向您展示如何使用 Maven 配置 Flink 作业项目,Maven是 由 Apache Software Foundation 开源的自动...
  • Creating a Project with Maven

    Creating a Project with Maven Working from Command-Line Compiling and Running the Application Using Add-ons Creating a Project with Maven In previous sections, we looked int...
  • Bootstrapping a Maven project

    Bootstrapping a Maven project Bootstrapping a Maven project This guide makes the choice of using Apache Maven as the build tool, primarily because it is very well integrated w...
  • Maven使用配置

    Maven使用配置 Maven使用配置 feilong-core jar 引用方式提供以下方式: 如果你是直接引用jar到项目的话,你可以直接在 仓库 浏览下载 如果你使用 maven , 您可以通过以下方式来配置 pom.xml : <project> .... <propert...
  • Building Applications with Maven

    1427 2019-11-10 《Quarkus v1.0 Document》
    Quarkus - Building applications with Maven Creating a new project Dealing with extensions Development mode Remote Development Mode Configuring Development Mode Debugging Impo...
  • Maven 依赖说明

    Maven 依赖说明 pom依赖 Maven 依赖说明 pom依赖 <!-- jraft --> <dependency> <groupId> com.alipay.sofa </groupId> <artifactId> jraft-core </artifactId> ...
  • Appendix A: Working with Maven

    Appendix A: Working with Maven A.1. Switching Wicket to DEPLOYMENT mode A.2. Creating a Wicket project from scratch and importing it into our favourite IDE A.2.1. From Maven to ou...