v

vector

A simple but efficient vector library for java, with both mutable and immutable implementations.
https://www.github.com/Pyknic/vector/
Apache License, Version 2.0
Emil Forslund
Files download
File Operation
vector-1.0.0.jar download
vector-1.0.0.pom download
vector-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pyknic</groupId>
  <artifactId>vector</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.pyknic:vector:1.0.0'
Gradle Kotlin
implementation("com.github.pyknic:vector:1.0.0")
Scala SBT
libraryDependencies += "com.github.pyknic" % "vector" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pyknic', module='vector', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.pyknic" name="vector" rev="1.0.0" />
Leiningen
[com.github.pyknic/vector "1.0.0"]
Apache Buildr
'com.github.pyknic:vector:jar:1.0.0'
Dependencies