MVN

io.github.eaopen : eap-module-infra-biz

Maven & Gradle

Oct 20, 2023

eap-module-infra-biz · infra 模块,主要提供两块能力: 1. 我们放基础设施的运维与管理,支撑上层的通用与核心业务。 例如说:定时任务的管理、服务器的信息等等 2. 研发工具,提升研发效率与质量。 例如说:代码生成器、接口文档等等

<dependency>
    <groupId>io.github.eaopen</groupId>
    <artifactId>eap-module-infra-biz</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.eaopen : eap-module-infra-biz to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of io.github.eaopen : eap-module-infra-biz to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
eap-module-infra-biz-2.2.0

How to add a dependency to Maven

Add the following io.github.eaopen : eap-module-infra-biz maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.eaopen</groupId>
    <artifactId>eap-module-infra-biz</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.eaopen : eap-module-infra-biz gradle dependency to your build.gradle file:

implementation 'io.github.eaopen:eap-module-infra-biz:2.2.0'

Gradle Kotlin DSL: Add the following io.github.eaopen : eap-module-infra-biz gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.eaopen:eap-module-infra-biz:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.eaopen : eap-module-infra-biz sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.eaopen" % "eap-module-infra-biz" % "2.2.0"