e

eap-module-system-api

system 模块 API,暴露给其它模块调用
The Apache Software License, Version 2.0
Files download
File Operation
eap-module-system-api-2.5.0.jar download
eap-module-system-api-2.5.0.pom download
eap-module-system-api-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.eaopen</groupId>
  <artifactId>eap-module-system-api</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.eaopen:eap-module-system-api:2.5.0'
Gradle Kotlin
implementation("io.github.eaopen:eap-module-system-api:2.5.0")
Scala SBT
libraryDependencies += "io.github.eaopen" % "eap-module-system-api" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eaopen', module='eap-module-system-api', version='2.5.0')
)
Apache Ivy
<dependency org="io.github.eaopen" name="eap-module-system-api" rev="2.5.0" />
Leiningen
[io.github.eaopen/eap-module-system-api "2.5.0"]
Apache Buildr
'io.github.eaopen:eap-module-system-api:jar:2.5.0'