etcetera
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.teamwizardry.librarianlib</groupId>
<artifactId>etcetera</artifactId>
<version>5.0.0-alpha.10</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>com.teamwizardry.librarianlib</groupId>
<artifactId>etcetera</artifactId>
<version>5.0.0-alpha.10</version>
<name>LibrarianLib: Etcetera</name>
<description>Minor utilities that don't warrant their own modules</description>
<url>https://github.com/TeamWizardry/LibrarianLib</url>
<licenses>
<license>
<name>LGPL-3.0</name>
<url>https://opensource.org/licenses/LGPL-3.0</url>
</license>
</licenses>
<developers>
<developer>
<id>thecodewarrior</id>
<name>Pierce Corcoran</name>
<email>code@thecodewarrior.dev</email>
<url>https://thecodewarrior.dev</url>
</developer>
<developer>
<id>librarianlib-contributors</id>
<name>LibrarianLib Contributors</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/TeamWizardry/LibrarianLib.git</connection>
<developerConnection>scm:git:ssh://github.com:TeamWizardry/LibrarianLib.git</developerConnection>
<url>https://github.com/TeamWizardry/LibrarianLib</url>
</scm>
<dependencies>
<dependency>
<groupId>com.teamwizardry.librarianlib</groupId>
<artifactId>core</artifactId>
<version>5.0.0-alpha.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.fabricmc.fabric-api</groupId>
<artifactId>fabric-api</artifactId>
<version>0.38.0+1.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.fabricmc</groupId>
<artifactId>fabric-language-kotlin</artifactId>
<version>1.6.4+kotlin.1.5.30</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.fabricmc</groupId>
<artifactId>fabric-loader</artifactId>
<version>0.11.6</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>