Files download
File Operation
jvector-0.9.2.jar download
jvector-0.9.2.pom download
jvector-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jbellis</groupId>
  <artifactId>jvector</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.jbellis:jvector:0.9.2'
Gradle Kotlin
implementation("io.github.jbellis:jvector:0.9.2")
Scala SBT
libraryDependencies += "io.github.jbellis" % "jvector" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jbellis', module='jvector', version='0.9.2')
)
Apache Ivy
<dependency org="io.github.jbellis" name="jvector" rev="0.9.2" />
Leiningen
[io.github.jbellis/jvector "0.9.2"]
Apache Buildr
'io.github.jbellis:jvector:jar:0.9.2'
Dependencies
The project has no third-party dependencies