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