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