MVN

org.realityforge.vecmath : vecmath

Maven & Gradle

Nov 16, 2021
7 stars

vecmath: A Java vector math library · vecmath: A Java vector math library

<dependency>
    <groupId>org.realityforge.vecmath</groupId>
    <artifactId>vecmath</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.realityforge.vecmath : vecmath to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of org.realityforge.vecmath : vecmath to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
vecmath-0.13
0.12
vecmath-0.12
0.11
vecmath-0.11
0.10
vecmath-0.10
0.09
vecmath-0.09
0.08
vecmath-0.08
0.07
vecmath-0.07
0.06
vecmath-0.06
0.05
vecmath-0.05
0.04
vecmath-0.04
0.03
vecmath-0.03
0.02
vecmath-0.02
0.01
vecmath-0.01

How to add a dependency to Maven

Add the following org.realityforge.vecmath : vecmath maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.realityforge.vecmath</groupId>
    <artifactId>vecmath</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.realityforge.vecmath : vecmath gradle dependency to your build.gradle file:

implementation 'org.realityforge.vecmath:vecmath:0.13'

Gradle Kotlin DSL: Add the following org.realityforge.vecmath : vecmath gradle kotlin dependency to your build.gradle.kts file:

implementation("org.realityforge.vecmath:vecmath:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.realityforge.vecmath : vecmath sbt scala dependency to your build.sbt file:

libraryDependencies += "org.realityforge.vecmath" % "vecmath" % "0.13"