Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.intel.arrow |
ArtifactId | ArtifactIdarrow-format |
Version | Version0.17.0-Beta |
Type | Typejar |
Filename | Size |
---|---|
arrow-format-0.17.0-Beta.pom | |
arrow-format-0.17.0-Beta.jar | 61 KB |
arrow-format-0.17.0-Beta-sources.jar | 41 KB |
arrow-format-0.17.0-Beta-javadoc.jar | 285 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.intel.arrow/arrow-format/ -->
<dependency>
<groupId>com.intel.arrow</groupId>
<artifactId>arrow-format</artifactId>
<version>0.17.0-Beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.intel.arrow/arrow-format/
implementation 'com.intel.arrow:arrow-format:0.17.0-Beta'
// https://jarcasting.com/artifacts/com.intel.arrow/arrow-format/
implementation ("com.intel.arrow:arrow-format:0.17.0-Beta")
'com.intel.arrow:arrow-format:jar:0.17.0-Beta'
<dependency org="com.intel.arrow" name="arrow-format" rev="0.17.0-Beta">
<artifact name="arrow-format" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intel.arrow', module='arrow-format', version='0.17.0-Beta')
)
libraryDependencies += "com.intel.arrow" % "arrow-format" % "0.17.0-Beta"
[com.intel.arrow/arrow-format "0.17.0-Beta"]