GroupId | GroupIdorg.gearvrf |
---|---|
ArtifactId | ArtifactId3DCursorLibrary |
Version | Version3.2 |
Type | Typeaar |
Filename | Size |
---|---|
3DCursorLibrary-3.2.pom | |
3DCursorLibrary-3.2.aar | 3 MB |
3DCursorLibrary-3.2-sources.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gearvrf/3DCursorLibrary/ -->
<dependency>
<groupId>org.gearvrf</groupId>
<artifactId>3DCursorLibrary</artifactId>
<version>3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.gearvrf/3DCursorLibrary/
implementation 'org.gearvrf:3DCursorLibrary:3.2'
// https://jarcasting.com/artifacts/org.gearvrf/3DCursorLibrary/
implementation ("org.gearvrf:3DCursorLibrary:3.2")
'org.gearvrf:3DCursorLibrary:aar:3.2'
<dependency org="org.gearvrf" name="3DCursorLibrary" rev="3.2">
<artifact name="3DCursorLibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.gearvrf', module='3DCursorLibrary', version='3.2')
)
libraryDependencies += "org.gearvrf" % "3DCursorLibrary" % "3.2"
[org.gearvrf/3DCursorLibrary "3.2"]