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

    Using Maven Plugin and Versions Dependencies Compiling Kotlin only source code Compiling Kotlin and Java sources Incremental compilation Annotation processing Jar file Self-...
  • Maven

    Maven Apply Dokka Generate documentation Experimental Other output formats Build javadoc.jar Configuration example Configuration options General configuration Source link co...
  • Maven

    Setting up a Maven Build Basic Kotlin pom.xml file (without Ktor) Add Ktor dependencies and configure build settings Choose your engine and configure it Final pom.xml (with Ktor...
  • Maven

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

    Configuring the Maven build tool Add a backend Configuring the Maven build tool You can use Deeplearning4j with Maven by adding the following to your pom.xml : <dependencies>...
  • Maven

    Maven Configure plugin and versions Use JDK 17 Set dependencies 编译只有 Kotlin 的源代码 同时编译 Kotlin 与 Java 源代码 Enable incremental compilation Configure annotation processing Create...
  • Maven

    Maven note Basic Kotlin pom.xml file (without Ktor) Add Ktor dependencies and configure build settings Choose your engine and configure it Final pom.xml (with Ktor) Configure...
  • Maven 初步

    Maven 初步 Maven 初步 在进一步介绍 SpringMVC 之前我们首先了解一下 Java 生态系统的另一个重要组成部分——构建和包管理。这部分目前以 Gradle 和 Maven 两大工具为主。这个教程将使用 Maven 作为例子。 Maven 是一个非常强大的 Java 构建工具,包含了依赖管理,版本维护,自动化构建等诸多功能,这里我...
  • Using Maven

    How to use Maven to configure your project Requirements Importing the project into your IDE Building the project Adding dependencies to the project Packaging the application T...
  • Maven Plugin

    1. When to use it 2. Goals 3. Declaration 4. create goal 5. cli goal 5.1. runClient goal 5.2. Complete example Since Artemis 1.1.0 Artemis provides the possibility of using...