pswg
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.parzivail</groupId> <artifactId>pswg</artifactId> <version>0.0.114+1.20.2</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>com.parzivail</groupId> <artifactId>pswg</artifactId> <version>0.0.114+1.20.2</version> <name>Galaxies: Parzi's Star Wars Mod</name> <description>Explore the galaxy with Galaxies: Parzi's Star Wars Mod!</description> <url>https://pswg.dev/</url> <licenses> <license> <name>GNU Lesser General Public License Version 3</name> <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url> </license> </licenses> <developers> <developer> <id>parzivail</id> </developer> </developers> <scm> <connection>scm:git:https://github.com/Parzivail-Modding-Team/GalaxiesParzisStarWarsMod.git</connection> <developerConnection>scm:git:git@github.com:Parzivail-Modding-Team/GalaxiesParzisStarWarsMod.git</developerConnection> <url>https://github.com/Parzivail-Modding-Team/GalaxiesParzisStarWarsMod</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>24.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.demonwav.mcdev</groupId> <artifactId>annotations</artifactId> <version>1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.fabricmc</groupId> <artifactId>fabric-loader</artifactId> <version>0.14.23</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.fabricmc.fabric-api</groupId> <artifactId>fabric-api</artifactId> <version>0.89.2+1.20.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.onyxstudios.cardinal-components-api</groupId> <artifactId>cardinal-components-base</artifactId> <version>5.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.onyxstudios.cardinal-components-api</groupId> <artifactId>cardinal-components-entity</artifactId> <version>5.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>me.shedaniel.cloth</groupId> <artifactId>cloth-config-fabric</artifactId> <version>12.0.109</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>net.fabricmc.fabric-api</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.terraformersmc</groupId> <artifactId>modmenu</artifactId> <version>8.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.parzivail.internal</groupId> <artifactId>LibZoomer</artifactId> <version>0.4.7+1.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.emi</groupId> <artifactId>trinkets</artifactId> <version>3.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>me.shedaniel</groupId> <artifactId>RoughlyEnoughItems-fabric</artifactId> <version>13.0.666</version> <scope>runtime</scope> </dependency> </dependencies> </project>