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