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