e

easy-job

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