License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.dremio.arrow.gandiva |
ArtifactId | ArtifactIdgandiva-java |
Last Version | Last Version0.1-6f11d4ef79b38074151e3107d46477f45ed21d11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGandiva Java POM
Gandiva is an open source evaluation library for arbitrary expressions on arrow formatted data
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.dremio.arrow.gandiva/gandiva-java/ -->
<dependency>
<groupId>com.dremio.arrow.gandiva</groupId>
<artifactId>gandiva-java</artifactId>
<version>0.1-6f11d4ef79b38074151e3107d46477f45ed21d11</version>
</dependency>
// https://jarcasting.com/artifacts/com.dremio.arrow.gandiva/gandiva-java/
implementation 'com.dremio.arrow.gandiva:gandiva-java:0.1-6f11d4ef79b38074151e3107d46477f45ed21d11'
// https://jarcasting.com/artifacts/com.dremio.arrow.gandiva/gandiva-java/
implementation ("com.dremio.arrow.gandiva:gandiva-java:0.1-6f11d4ef79b38074151e3107d46477f45ed21d11")
'com.dremio.arrow.gandiva:gandiva-java:jar:0.1-6f11d4ef79b38074151e3107d46477f45ed21d11'
<dependency org="com.dremio.arrow.gandiva" name="gandiva-java" rev="0.1-6f11d4ef79b38074151e3107d46477f45ed21d11">
<artifact name="gandiva-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dremio.arrow.gandiva', module='gandiva-java', version='0.1-6f11d4ef79b38074151e3107d46477f45ed21d11')
)
libraryDependencies += "com.dremio.arrow.gandiva" % "gandiva-java" % "0.1-6f11d4ef79b38074151e3107d46477f45ed21d11"
[com.dremio.arrow.gandiva/gandiva-java "0.1-6f11d4ef79b38074151e3107d46477f45ed21d11"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.arrow : arrow-format | jar | 0.9.0 |
org.apache.arrow : arrow-memory | jar | 0.9.0 |
org.apache.arrow : arrow-vector | jar | 0.9.0 |
com.google.protobuf : protobuf-java | jar | 2.5.0 |
com.google.guava : guava | jar | 23.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |