| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesORM Data | 
        
| GroupId | GroupIdorg.gearvrf | 
    
| ArtifactId | ArtifactIdplatformsdk_support | 
    
| Last Version | Last Version4.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            DescriptionGearVR framework 
            The GearVR framework(GearVRf) is an Open Source VR rendering library for application development on VR-supported Android devices 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| platformsdk_support-4.0.0.pom | |
| platformsdk_support-4.0.0.aar | 89 KB | 
| platformsdk_support-4.0.0-sources.jar | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.gearvrf/platformsdk_support/ -->
<dependency>
    <groupId>org.gearvrf</groupId>
    <artifactId>platformsdk_support</artifactId>
    <version>4.0.0</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/org.gearvrf/platformsdk_support/
implementation 'org.gearvrf:platformsdk_support:4.0.0'
                // https://jarcasting.com/artifacts/org.gearvrf/platformsdk_support/
implementation ("org.gearvrf:platformsdk_support:4.0.0")
                'org.gearvrf:platformsdk_support:aar:4.0.0'
                <dependency org="org.gearvrf" name="platformsdk_support" rev="4.0.0">
  <artifact name="platformsdk_support" type="aar" />
</dependency>
                @Grapes(
@Grab(group='org.gearvrf', module='platformsdk_support', version='4.0.0')
)
                libraryDependencies += "org.gearvrf" % "platformsdk_support" % "4.0.0"
                [org.gearvrf/platformsdk_support "4.0.0"]