Download vector-1.9.0.jar file - Jar v

Jar examples for v:vector

Description

A simple but efficient vector library for java, with both mutable and immutable implementations.

You can download jar file vector 1.9.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add vector-1.9.0.jar to your project.

<dependency>
   <groupId>org.apache.drill.exec</groupId>
   <artifactId>vector</artifactId>
   <version>1.9.0</version>
</dependency>
compile group: 'org.apache.drill.exec', name: 'vector', version: '1.9.0'
libraryDependencies += "org.apache.drill.exec" % "vector" % "1.9.0"
<dependency org="org.apache.drill.exec" name="vector" rev="1.9.0"/>
@Grapes(@Grab(group='org.apache.drill.exec', module='vector', version='1.9.0'))
'org.apache.drill.exec:vector:jar:1.9.0'

Download

Click the following link to download the jar file.

vector-1.9.0-javadoc.jar
vector-1.9.0-sources.jar
vector-1.9.0-tests.jar
vector-1.9.0.jar
vector-1.9.0.pom



Related Tutorials