e

eap-module-system

system 模块下,我们放通用业务,支撑上层的核心业务。 例如说:用户、部门、权限、数据字典等等
The Apache Software License, Version 2.0
Files download
File Operation
eap-module-system-2.5.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.eaopen</groupId>
  <artifactId>eap-module-system</artifactId>
  <version>2.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.eaopen:eap-module-system:2.5.0'
Gradle Kotlin
implementation("io.github.eaopen:eap-module-system:2.5.0")
Scala SBT
libraryDependencies += "io.github.eaopen" % "eap-module-system" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eaopen', module='eap-module-system', version='2.5.0')
)
Apache Ivy
<dependency org="io.github.eaopen" name="eap-module-system" rev="2.5.0" />
Leiningen
[io.github.eaopen/eap-module-system "2.5.0"]
Apache Buildr
'io.github.eaopen:eap-module-system:jar:2.5.0'