Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.apache.arrow |
ArtifactId | ArtifactIdarrow-plasma |
Version | Version0.16.0 |
Type | Typejar |
Filename | Size |
---|---|
arrow-plasma-0.16.0.pom | |
arrow-plasma-0.16.0.jar | 13 KB |
arrow-plasma-0.16.0-tests.jar | 12 KB |
arrow-plasma-0.16.0-sources.jar | 13 KB |
arrow-plasma-0.16.0-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.arrow/arrow-plasma/ -->
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-plasma</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.arrow/arrow-plasma/
implementation 'org.apache.arrow:arrow-plasma:0.16.0'
// https://jarcasting.com/artifacts/org.apache.arrow/arrow-plasma/
implementation ("org.apache.arrow:arrow-plasma:0.16.0")
'org.apache.arrow:arrow-plasma:jar:0.16.0'
<dependency org="org.apache.arrow" name="arrow-plasma" rev="0.16.0">
<artifact name="arrow-plasma" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.arrow', module='arrow-plasma', version='0.16.0')
)
libraryDependencies += "org.apache.arrow" % "arrow-plasma" % "0.16.0"
[org.apache.arrow/arrow-plasma "0.16.0"]