GroupId | GroupIdcom.alibaba.smart.framework |
---|---|
ArtifactId | ArtifactIdsmart-engine |
Version | Version2.5.2.alpha0 |
Type | Typepom |
Filename | Size |
---|---|
smart-engine-2.5.2.alpha0.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.5.2.alpha0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine/
implementation 'com.alibaba.smart.framework:smart-engine:2.5.2.alpha0'
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine/
implementation ("com.alibaba.smart.framework:smart-engine:2.5.2.alpha0")
'com.alibaba.smart.framework:smart-engine:pom:2.5.2.alpha0'
<dependency org="com.alibaba.smart.framework" name="smart-engine" rev="2.5.2.alpha0">
<artifact name="smart-engine" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.smart.framework', module='smart-engine', version='2.5.2.alpha0')
)
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine" % "2.5.2.alpha0"
[com.alibaba.smart.framework/smart-engine "2.5.2.alpha0"]