pc_develop_lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.piscescup</groupId> <artifactId>pc_develop_lib</artifactId> <version>1.0.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"> <!-- 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.piscescup</groupId> <artifactId>pc_develop_lib</artifactId> <version>1.0.1</version> <description>The lib provides some convenient methods for developers</description> <url>https://github.com/Piscescup/PiscesCup-Develop-Lib/</url> <licenses> <license> <name>CC0 1.0 Universal</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>piscescup</id> <name>PiscesCup</name> <email>piscescup@outlook.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/Piscescup/PiscesCup-Develop-Lib.git</connection> <developerConnection>scm:git:https://github.com/Piscescup/PiscesCup-Develop-Lib.git</developerConnection> <url>https://github.com/Piscescup/PiscesCup-Develop-Lib</url> </scm> <dependencies> <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <version>0.10.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.classgraph</groupId> <artifactId>classgraph</artifactId> <version>4.8.179</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.fabricmc</groupId> <artifactId>fabric-loader</artifactId> <version>0.16.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.fabricmc.fabric-api</groupId> <artifactId>fabric-api</artifactId> <version>0.119.2+1.21.4</version> <scope>runtime</scope> </dependency> </dependencies> </project>