keybindfixtxf
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.jahirxtrap</groupId>
<artifactId>keybindfixtxf</artifactId>
<version>1.1.1</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.jahirxtrap</groupId>
<artifactId>keybindfixtxf</artifactId>
<version>1.1.1</version>
<name>Keybind Fix TXF</name>
<description>Fix keybinding conflict</description>
<url>https://github.com/jahirxtrap/keybindfixtxf</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>jahirxtrap</id>
<name>jahirtrap</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/jahirxtrap/keybindfixtxf.git</connection>
<developerConnection>scm:git:ssh://github.com/jahirxtrap/keybindfixtxf.git</developerConnection>
<url>https://github.com/jahirxtrap/keybindfixtxf</url>
</scm>
<dependencies>
<dependency>
<groupId>net.fabricmc</groupId>
<artifactId>fabric-loader</artifactId>
<version>0.16.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.fabricmc.fabric-api</groupId>
<artifactId>fabric-api</artifactId>
<version>0.77.0+1.18.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>