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