is not current version
Last Version 0.13

org.realityforge.vecmath:vecmath 0.02

vecmath: A Java vector math library

GroupId

GroupId

org.realityforge.vecmath
ArtifactId

ArtifactId

vecmath
Version

Version

0.02
Type

Type

jar

Download vecmath 0.02


<!-- https://jarcasting.com/artifacts/org.realityforge.vecmath/vecmath/ -->
<dependency>
    <groupId>org.realityforge.vecmath</groupId>
    <artifactId>vecmath</artifactId>
    <version>0.02</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.vecmath/vecmath/
implementation 'org.realityforge.vecmath:vecmath:0.02'
// https://jarcasting.com/artifacts/org.realityforge.vecmath/vecmath/
implementation ("org.realityforge.vecmath:vecmath:0.02")
'org.realityforge.vecmath:vecmath:jar:0.02'
<dependency org="org.realityforge.vecmath" name="vecmath" rev="0.02">
  <artifact name="vecmath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.vecmath', module='vecmath', version='0.02')
)
libraryDependencies += "org.realityforge.vecmath" % "vecmath" % "0.02"
[org.realityforge.vecmath/vecmath "0.02"]