License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.alibaba.smart.framework |
ArtifactId | ArtifactIdsmart-engine-spring-boot-starter |
Version | Version2.1.1 |
Type | Typejar |
Description |
DescriptionSmart Engine Spring Boot Stater
SmartEngine is a lightweight business orchestration engine written in Java
|
<!-- https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-spring-boot-starter/ -->
<dependency>
<groupId>com.alibaba.smart.framework</groupId>
<artifactId>smart-engine-spring-boot-starter</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-spring-boot-starter/
implementation 'com.alibaba.smart.framework:smart-engine-spring-boot-starter:2.1.1'
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-spring-boot-starter/
implementation ("com.alibaba.smart.framework:smart-engine-spring-boot-starter:2.1.1")
'com.alibaba.smart.framework:smart-engine-spring-boot-starter:jar:2.1.1'
<dependency org="com.alibaba.smart.framework" name="smart-engine-spring-boot-starter" rev="2.1.1">
<artifact name="smart-engine-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.smart.framework', module='smart-engine-spring-boot-starter', version='2.1.1')
)
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine-spring-boot-starter" % "2.1.1"
[com.alibaba.smart.framework/smart-engine-spring-boot-starter "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba.smart.framework : smart-engine-core | jar | 2.1.1 |
org.springframework.boot : spring-boot-starter-parent | pom | 2.3.0.RELEASE |
org.springframework.boot : spring-boot-starter | jar | 2.3.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.6 |
org.slf4j : slf4j-api | jar | 1.7.13 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.0.RELEASE |
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar | 5.2.3.RELEASE |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |