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