s

smart-engine

SmartEngine is a lightweight business orchestration engine written in Java
https://github.com/alibaba/SmartEngine
Apache 2
Haijun Gao
Files download
File Operation
smart-engine-2.6.1.pom download
Apache Maven
<dependency>
  <groupId>com.alibaba.smart.framework</groupId>
  <artifactId>smart-engine</artifactId>
  <version>2.6.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.alibaba.smart.framework:smart-engine:2.6.1'
Gradle Kotlin
implementation("com.alibaba.smart.framework:smart-engine:2.6.1")
Scala SBT
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine" % "2.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.smart.framework', module='smart-engine', version='2.6.1')
)
Apache Ivy
<dependency org="com.alibaba.smart.framework" name="smart-engine" rev="2.6.1" />
Leiningen
[com.alibaba.smart.framework/smart-engine "2.6.1"]
Apache Buildr
'com.alibaba.smart.framework:smart-engine:jar:2.6.1'