This commit is contained in:
iTakinn
2026-06-01 18:58:46 -03:00
parent 14214872b3
commit 30d6bc19aa
779 changed files with 121463 additions and 1677 deletions
@@ -0,0 +1,49 @@
<?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>net.kyori</groupId>
<artifactId>examination-string</artifactId>
<version>1.3.0</version>
<name>examination-string</name>
<description>A library for examining objects and producing an output - a friendly way to create a toString result.</description>
<url>https://github.com/KyoriPowered/examination</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>kashike</id>
<timezone>America/Vancouver</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/KyoriPowered/examination.git</connection>
<developerConnection>scm:git:ssh://git@github.com/KyoriPowered/examination.git</developerConnection>
<url>https://github.com/KyoriPowered/examination</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/KyoriPowered/examination/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/KyoriPowered/examination/actions</url>
</ciManagement>
<dependencies>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>examination-api</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>