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