MVN

io.github.eaopen : eap-module-infra

Maven & Gradle

Oct 20, 2023

eap-module-infra · infra 模块,主要提供两块能力: 1. 我们放基础设施的运维与管理,支撑上层的通用与核心业务。 例如说:定时任务的管理、服务器的信息等等 增加消息对话机制

<dependency>
    <groupId>io.github.eaopen</groupId>
    <artifactId>eap-module-infra</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 to add to Maven - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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