Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.intel.oap |
ArtifactId | ArtifactIdspark-arrow-datasource-standard |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.intel.oap/spark-arrow-datasource-standard/ -->
<dependency>
<groupId>com.intel.oap</groupId>
<artifactId>spark-arrow-datasource-standard</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.intel.oap/spark-arrow-datasource-standard/
implementation 'com.intel.oap:spark-arrow-datasource-standard:1.3.1'
// https://jarcasting.com/artifacts/com.intel.oap/spark-arrow-datasource-standard/
implementation ("com.intel.oap:spark-arrow-datasource-standard:1.3.1")
'com.intel.oap:spark-arrow-datasource-standard:jar:1.3.1'
<dependency org="com.intel.oap" name="spark-arrow-datasource-standard" rev="1.3.1">
<artifact name="spark-arrow-datasource-standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intel.oap', module='spark-arrow-datasource-standard', version='1.3.1')
)
libraryDependencies += "com.intel.oap" % "spark-arrow-datasource-standard" % "1.3.1"
[com.intel.oap/spark-arrow-datasource-standard "1.3.1"]