GroupId | GroupIdcom.alibaba.smart.framework |
---|---|
ArtifactId | ArtifactIdsmart-engine-core |
Version | Version2.2.3.3 |
Type | Typejar |
Filename | Size |
---|---|
smart-engine-core-2.2.3.3.pom | |
smart-engine-core-2.2.3.3.jar | 1 MB |
smart-engine-core-2.2.3.3-sources.jar | 235 KB |
smart-engine-core-2.2.3.3-javadoc.jar | 2 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.2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-core/
implementation 'com.alibaba.smart.framework:smart-engine-core:2.2.3.3'
// https://jarcasting.com/artifacts/com.alibaba.smart.framework/smart-engine-core/
implementation ("com.alibaba.smart.framework:smart-engine-core:2.2.3.3")
'com.alibaba.smart.framework:smart-engine-core:jar:2.2.3.3'
<dependency org="com.alibaba.smart.framework" name="smart-engine-core" rev="2.2.3.3">
<artifact name="smart-engine-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.smart.framework', module='smart-engine-core', version='2.2.3.3')
)
libraryDependencies += "com.alibaba.smart.framework" % "smart-engine-core" % "2.2.3.3"
[com.alibaba.smart.framework/smart-engine-core "2.2.3.3"]