MVN

org.rajawali3d : vr

Maven & Gradle

Feb 02, 2021
2.2k stars

Rajawali · Android OpenGL ES 2.0/3.0 Engine

<dependency>
    <groupId>org.rajawali3d</groupId>
    <artifactId>vr</artifactId>
    <version>1.2.1970</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rajawali3d : vr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1970

All Versions

Choose a version of org.rajawali3d : vr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
vr-1.2.1970
1.1.x
vr-1.1.970
vr-1.1.777
vr-1.1.668
vr-1.1.610

How to add a dependency to Maven

Add the following org.rajawali3d : vr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rajawali3d</groupId>
    <artifactId>vr</artifactId>
    <version>1.2.1970</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rajawali3d : vr gradle dependency to your build.gradle file:

implementation 'org.rajawali3d:vr:1.2.1970'

Gradle Kotlin DSL: Add the following org.rajawali3d : vr gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rajawali3d:vr:1.2.1970")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rajawali3d : vr sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rajawali3d" % "vr" % "1.2.1970"

Advertisement