| GroupId | GroupIdorg.realityforge.vecmath |
|---|---|
| ArtifactId | ArtifactIdvecmath |
| Version | Version0.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vecmath-0.10.pom | |
| vecmath-0.10.jar | 45 KB |
| vecmath-0.10-sources.jar | 17 KB |
| vecmath-0.10-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.realityforge.vecmath/vecmath/ -->
<dependency>
<groupId>org.realityforge.vecmath</groupId>
<artifactId>vecmath</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.vecmath/vecmath/
implementation 'org.realityforge.vecmath:vecmath:0.10'
// https://jarcasting.com/artifacts/org.realityforge.vecmath/vecmath/
implementation ("org.realityforge.vecmath:vecmath:0.10")
'org.realityforge.vecmath:vecmath:jar:0.10'
<dependency org="org.realityforge.vecmath" name="vecmath" rev="0.10">
<artifact name="vecmath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.vecmath', module='vecmath', version='0.10')
)
libraryDependencies += "org.realityforge.vecmath" % "vecmath" % "0.10"
[org.realityforge.vecmath/vecmath "0.10"]