remod-core-fabric
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.remod-studios</groupId> <artifactId>remod-core-fabric</artifactId> <version>0.2.0+1.17</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.remod-studios</groupId> <artifactId>remod-core-fabric</artifactId> <version>0.2.0+1.17</version> <name>ReMod Core Fabric</name> <description>Common code across all Java Edition mods from ReMod Studios | Fabric version</description> <url>https://github.com/ReMod-Studios/remod-core</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>leocth</name> <email>leocth31@gmail.com</email> <url>https://github.com/LeoCTH</url> <organization>ReMod Studios</organization> <organizationUrl>https://github.com/ReMod-Studios</organizationUrl> </developer> <developer> <name>ADudeCalledLeo</name> <url>https://github.com/Leo40Git</url> <organization>ReMod Studios</organization> <organizationUrl>https://github.com/ReMod-Studios</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/ReMod-Studios/remod-core.git</connection> <developerConnection>scm:git:ssh://github.com:ReMod-Studios/remod-core.git</developerConnection> <url>https://github.com/ReMod-Studios/remod-core/tree/master</url> </scm> <dependencies> <dependency> <groupId>net.fabricmc.fabric-api</groupId> <artifactId>fabric-api</artifactId> <version>0.36.1+1.17</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.architectury</groupId> <artifactId>architectury-fabric</artifactId> <version>2.1.17</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.fabricmc</groupId> <artifactId>fabric-loader</artifactId> <version>0.11.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.fabricmc</groupId> <artifactId>fabric-language-kotlin</artifactId> <version>1.6.2+kotlin.1.5.20</version> <scope>runtime</scope> </dependency> </dependencies> </project>