rift-java-natives
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.achird-labs</groupId>
<artifactId>rift-java-natives</artifactId>
<version>0.2.3</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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.achird-labs</groupId>
<artifactId>rift-java-natives</artifactId>
<version>0.2.3</version>
<name>rift-java-natives</name>
<description>Per-platform classifier jars bundling the librift_ffi cdylib. Version tracks the Rift engine.</description>
<url>https://github.com/achird-labs/rift-java</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>EtaCassiopeia</id>
<name>Mohsen Zainalpour</name>
<url>https://github.com/EtaCassiopeia</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/achird-labs/rift-java.git/rift-java-natives</connection>
<developerConnection>scm:git:git@github.com:achird-labs/rift-java.git/rift-java-natives</developerConnection>
<url>https://github.com/achird-labs/rift-java/rift-java-natives</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.achird-labs</groupId>
<artifactId>rift-java-core</artifactId>
<version>0.2.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>