Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.aliyun.lindorm |
ArtifactId | ArtifactIdcalcite-core |
Version | Version1.26.0 |
Type | Typejar |
Filename | Size |
---|---|
calcite-core-1.26.0.pom | |
calcite-core-1.26.0.jar | 5 MB |
calcite-core-1.26.0-tests.jar | 2 MB |
calcite-core-1.26.0-sources.jar | 3 MB |
calcite-core-1.26.0-javadoc.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.lindorm/calcite-core/ -->
<dependency>
<groupId>com.aliyun.lindorm</groupId>
<artifactId>calcite-core</artifactId>
<version>1.26.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.lindorm/calcite-core/
implementation 'com.aliyun.lindorm:calcite-core:1.26.0'
// https://jarcasting.com/artifacts/com.aliyun.lindorm/calcite-core/
implementation ("com.aliyun.lindorm:calcite-core:1.26.0")
'com.aliyun.lindorm:calcite-core:jar:1.26.0'
<dependency org="com.aliyun.lindorm" name="calcite-core" rev="1.26.0">
<artifact name="calcite-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.lindorm', module='calcite-core', version='1.26.0')
)
libraryDependencies += "com.aliyun.lindorm" % "calcite-core" % "1.26.0"
[com.aliyun.lindorm/calcite-core "1.26.0"]