| GroupId | GroupIdjava3d |
|---|---|
| ArtifactId | ArtifactIdvecmath |
| Last Version | Last Version1.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionvecmath
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| vecmath-1.3.1.pom | |
| vecmath-1.3.1.jar | 283 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/java3d/vecmath/ -->
<dependency>
<groupId>java3d</groupId>
<artifactId>vecmath</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/java3d/vecmath/
implementation 'java3d:vecmath:1.3.1'
// https://jarcasting.com/artifacts/java3d/vecmath/
implementation ("java3d:vecmath:1.3.1")
'java3d:vecmath:jar:1.3.1'
<dependency org="java3d" name="vecmath" rev="1.3.1">
<artifact name="vecmath" type="jar" />
</dependency>
@Grapes(
@Grab(group='java3d', module='vecmath', version='1.3.1')
)
libraryDependencies += "java3d" % "vecmath" % "1.3.1"
[java3d/vecmath "1.3.1"]