e

eap-module-system-biz

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