godot-openxr
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.m4gr3d</groupId> <artifactId>godot-openxr</artifactId> <version>1.4.0-dev2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.m4gr3d</groupId> <artifactId>godot-openxr</artifactId> <version>1.4.0-dev2</version> <packaging>aar</packaging> <name>godot-openxr</name> <description>Godot OpenXR Android Library</description> <url>https://docs.godotengine.org/en/stable/tutorials/vr/openxr/index.html</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/GodotVR/godot_openxr/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>m4gr3d</id> <name>Fredia Huya-Kouadio</name> <email>fhuyakou@gmail.com</email> </developer> <developer> <id>BastiaanOlij</id> <name>Bastiaan Olij</name> <email>mux213@gmail.com</email> </developer> <developer> <id>ChristophHaag</id> <name>Christoph Haag</name> <email>haagch@frickel.club</email> </developer> </developers> <scm> <connection>scm:git:github.com/GodotVR/godot_openxr.git</connection> <developerConnection>scm:git:ssh://github.com/GodotVR/godot_openxr.git</developerConnection> <url>https://github.com/GodotVR/godot_openxr/tree/master</url> </scm> <dependencies> <dependency> <groupId>io.github.m4gr3d</groupId> <artifactId>godot</artifactId> <version>3.5.1.stable</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>