License |
License |
---|---|
GroupId | GroupIdcom.massisframework.j3d |
ArtifactId | ArtifactIdvecmath |
Last Version | Last Version1.6.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava 3D Vecmath libraries
Java3D Vecmath Libraries
|
Project URL |
Project URL |
Filename | Size |
---|---|
vecmath-1.6.0.1.pom | |
vecmath-1.6.0.1.jar | 164 KB |
vecmath-1.6.0.1-sources.jar | 170 KB |
vecmath-1.6.0.1-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.massisframework.j3d/vecmath/ -->
<dependency>
<groupId>com.massisframework.j3d</groupId>
<artifactId>vecmath</artifactId>
<version>1.6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.massisframework.j3d/vecmath/
implementation 'com.massisframework.j3d:vecmath:1.6.0.1'
// https://jarcasting.com/artifacts/com.massisframework.j3d/vecmath/
implementation ("com.massisframework.j3d:vecmath:1.6.0.1")
'com.massisframework.j3d:vecmath:jar:1.6.0.1'
<dependency org="com.massisframework.j3d" name="vecmath" rev="1.6.0.1">
<artifact name="vecmath" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.massisframework.j3d', module='vecmath', version='1.6.0.1')
)
libraryDependencies += "com.massisframework.j3d" % "vecmath" % "1.6.0.1"
[com.massisframework.j3d/vecmath "1.6.0.1"]