GroupId | GroupIdorg.apache.ignite |
---|---|
ArtifactId | ArtifactIdignite-calcite |
Version | Version2.13.0 |
Type | Typejar |
Filename | Size |
---|---|
ignite-calcite-2.13.0.pom | |
ignite-calcite-2.13.0.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ignite/ignite-calcite/ -->
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-calcite</artifactId>
<version>2.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-calcite/
implementation 'org.apache.ignite:ignite-calcite:2.13.0'
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-calcite/
implementation ("org.apache.ignite:ignite-calcite:2.13.0")
'org.apache.ignite:ignite-calcite:jar:2.13.0'
<dependency org="org.apache.ignite" name="ignite-calcite" rev="2.13.0">
<artifact name="ignite-calcite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ignite', module='ignite-calcite', version='2.13.0')
)
libraryDependencies += "org.apache.ignite" % "ignite-calcite" % "2.13.0"
[org.apache.ignite/ignite-calcite "2.13.0"]