File | Operation |
---|---|
smart-engine-2.0.7.pom | download |
<dependency>
<groupId>com.alibaba.smart.framework</groupId>
<artifactId>smart-engine</artifactId>
<version>2.0.7</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.alibaba.smart.framework', module='smart-engine', version='2.0.7')
)
compile
|-- org.projectlombok:lombok:1.16.6
|-- junit:junit:4.12