License |
License
GPLv2 license, includes the CLASSPATH exception
|
---|---|
GroupId | GroupIdjavax.vecmath |
ArtifactId | ArtifactIdvecmath |
Last Version | Last Version1.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionvecmath
3D Vector Math Package
|
Filename | Size |
---|---|
vecmath-1.5.2.pom | |
vecmath-1.5.2.jar | 165 KB |
vecmath-1.5.2-sources.jar | 178 KB |
vecmath-1.5.2-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/javax.vecmath/vecmath/ -->
<dependency>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/javax.vecmath/vecmath/
implementation 'javax.vecmath:vecmath:1.5.2'
// https://jarcasting.com/artifacts/javax.vecmath/vecmath/
implementation ("javax.vecmath:vecmath:1.5.2")
'javax.vecmath:vecmath:jar:1.5.2'
<dependency org="javax.vecmath" name="vecmath" rev="1.5.2">
<artifact name="vecmath" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.vecmath', module='vecmath', version='1.5.2')
)
libraryDependencies += "javax.vecmath" % "vecmath" % "1.5.2"
[javax.vecmath/vecmath "1.5.2"]