Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.linkedin.calcite |
ArtifactId | ArtifactIdcalcite-geode |
Version | Version1.21.0.140 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-geode/ -->
<dependency>
<groupId>com.linkedin.calcite</groupId>
<artifactId>calcite-geode</artifactId>
<version>1.21.0.140</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-geode/
implementation 'com.linkedin.calcite:calcite-geode:1.21.0.140'
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-geode/
implementation ("com.linkedin.calcite:calcite-geode:1.21.0.140")
'com.linkedin.calcite:calcite-geode:jar:1.21.0.140'
<dependency org="com.linkedin.calcite" name="calcite-geode" rev="1.21.0.140">
<artifact name="calcite-geode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.calcite', module='calcite-geode', version='1.21.0.140')
)
libraryDependencies += "com.linkedin.calcite" % "calcite-geode" % "1.21.0.140"
[com.linkedin.calcite/calcite-geode "1.21.0.140"]