文件下载
文件名 操作
vecmath-1.3.1.jar 下载
vecmath-1.3.1.pom 下载
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'
本项目依赖
该项目无第三方依赖