e

easy-job

后端零代码开发组件
https://gitee.com/xiaoyudeguang/easy-job
Files download
File Operation
easy-job-4.2.24.jar download
easy-job-4.2.24.pom download
easy-job-4.2.24-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.xiaoyudeguang</groupId>
  <artifactId>easy-job</artifactId>
  <version>4.2.24</version>
</dependency>
Gradle Groovy
implementation 'io.github.xiaoyudeguang:easy-job:4.2.24'
Gradle Kotlin
implementation("io.github.xiaoyudeguang:easy-job:4.2.24")
Scala SBT
libraryDependencies += "io.github.xiaoyudeguang" % "easy-job" % "4.2.24"
Groovy Grape
@Grapes(
  @Grab(group='io.github.xiaoyudeguang', module='easy-job', version='4.2.24')
)
Apache Ivy
<dependency org="io.github.xiaoyudeguang" name="easy-job" rev="4.2.24" />
Leiningen
[io.github.xiaoyudeguang/easy-job "4.2.24"]
Apache Buildr
'io.github.xiaoyudeguang:easy-job:jar:4.2.24'