Last Version

Smart Engine 2.6.4

SmartEngine is a lightweight business orchestration engine written in Java

License

License

GroupId

GroupId

com.alibaba.smart.framework
ArtifactId

ArtifactId

smart-engine
Version

Version

2.6.4
Type

Type

pom
Description

Description

Smart Engine
SmartEngine is a lightweight business orchestration engine written in Java
Project URL

Project URL

https://github.com/alibaba/SmartEngine
Source Code Management

Source Code Management

https://github.com/alibaba/SmartEngine/tree/master

Download smart-engine 2.6.4

Filename Size
smart-engine-2.6.4.pom 19 KB
Browse

<!-- https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine/ -->
<dependency>
    <groupId>com.alibaba.smart.framework</groupId>
    <artifactId>smart-engine</artifactId>
    <version>2.6.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine/
implementation 'com.alibaba.smart.framework:smart-engine:2.6.4'
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine/
implementation ("com.alibaba.smart.framework:smart-engine:2.6.4")
'com.alibaba.smart.framework:smart-engine:pom:2.6.4'
<dependency org="com.alibaba.smart.framework" name="smart-engine" rev="2.6.4">
  <artifact name="smart-engine" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.smart.framework', module='smart-engine', version='2.6.4')
)
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine" % "2.6.4"
[com.alibaba.smart.framework/smart-engine "2.6.4"]

Dependencies

provided (9)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.6
org.slf4j : slf4j-api jar 1.7.13
org.springframework : spring-core jar 5.3.20
org.springframework : spring-jdbc jar 5.3.20
org.springframework : spring-beans jar 5.3.20
org.springframework : spring-context jar 5.3.20
org.springframework : spring-orm jar 5.3.20
org.springframework : spring-context-support jar 5.3.20
org.springframework : spring-instrument jar 5.3.20

test (7)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.junit.jupiter : junit-jupiter-api jar 5.7.1
org.junit.jupiter : junit-jupiter-engine jar 5.7.1
org.openjdk.jmh : jmh-core jar 1.25.2
org.openjdk.jmh : jmh-generator-annprocess jar 1.25.2
org.apache.commons : commons-math3 jar 3.6.1
org.springframework : spring-test jar 5.3.20

Project Modules

  • core
  • extension/storage/storage-common
  • extension/storage/storage-custom
  • extension/storage/storage-mysql
  • extension/storage/storage-mongodb
  • extension/retry/retry-common
  • extension/retry/retry-custom
  • extension/retry/retry-mysql