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