e

eap-base-pom

EAP base framework 依赖包、基础框架、基本工具以及技术依赖包
https://github.com/eaopen/openea-eap
The Apache Software License, Version 2.0
openea
文件下载
文件名 操作
eap-base-pom-2.6.2.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.eaopen</groupId>
  <artifactId>eap-base-pom</artifactId>
  <version>2.6.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.eaopen:eap-base-pom:2.6.2'
Gradle Kotlin
implementation("io.github.eaopen:eap-base-pom:2.6.2")
Scala SBT
libraryDependencies += "io.github.eaopen" % "eap-base-pom" % "2.6.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eaopen', module='eap-base-pom', version='2.6.2')
)
Apache Ivy
<dependency org="io.github.eaopen" name="eap-base-pom" rev="2.6.2" />
Leiningen
[io.github.eaopen/eap-base-pom "2.6.2"]
Apache Buildr
'io.github.eaopen:eap-base-pom:jar:2.6.2'
本项目依赖
该项目无第三方依赖