GroupId | GroupIdcom.alibaba.smart.framework |
---|---|
ArtifactId | ArtifactIdsmart-engine-core |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
smart-engine-core-2.0.6.pom | |
smart-engine-core-2.0.6.jar | 1 MB |
smart-engine-core-2.0.6-sources.jar | 208 KB |
smart-engine-core-2.0.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-core/ -->
<dependency>
<groupId>com.alibaba.smart.framework</groupId>
<artifactId>smart-engine-core</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-core/
implementation 'com.alibaba.smart.framework:smart-engine-core:2.0.6'
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-core/
implementation ("com.alibaba.smart.framework:smart-engine-core:2.0.6")
'com.alibaba.smart.framework:smart-engine-core:jar:2.0.6'
<dependency org="com.alibaba.smart.framework" name="smart-engine-core" rev="2.0.6">
<artifact name="smart-engine-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.smart.framework', module='smart-engine-core', version='2.0.6')
)
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine-core" % "2.0.6"
[com.alibaba.smart.framework/smart-engine-core "2.0.6"]