s

smart-engine-spring-boot-starter

Files download
File Operation
smart-engine-spring-boot-starter-2.1.1.jar download
smart-engine-spring-boot-starter-2.1.1.pom download
smart-engine-spring-boot-starter-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba.smart.framework</groupId>
  <artifactId>smart-engine-spring-boot-starter</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.smart.framework:smart-engine-spring-boot-starter:2.1.1'
Gradle Kotlin
implementation("com.alibaba.smart.framework:smart-engine-spring-boot-starter:2.1.1")
Scala SBT
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine-spring-boot-starter" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.smart.framework', module='smart-engine-spring-boot-starter', version='2.1.1')
)
Apache Ivy
<dependency org="com.alibaba.smart.framework" name="smart-engine-spring-boot-starter" rev="2.1.1" />
Leiningen
[com.alibaba.smart.framework/smart-engine-spring-boot-starter "2.1.1"]
Apache Buildr
'com.alibaba.smart.framework:smart-engine-spring-boot-starter:jar:2.1.1'