dough-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough-api</artifactId>
<version>1.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>dough</artifactId>
<groupId>io.github.baked-libs</groupId>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dough-api</artifactId>
<description>This is the complete API of dough.</description>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
<configuration>
<createSourcesJar>true</createSourcesJar>
<shadedGroupFilter>io.github.baked-libs</shadedGroupFilter>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*</exclude>
</excludes>
</filter>
</filters>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>aggregate-jar</goal>
<goal>jar</goal>
</goals>
<configuration>
<includeDependencySources>true</includeDependencySources>
<detectOfflineLinks>false</detectOfflineLinks>
<dependencySourceIncludes>
<dependencySourceInclude>io.github.baked-libs:*</dependencySourceInclude>
</dependencySourceIncludes>
<groups>
<group>
<title>Module "dough-common"</title>
<packages>io.github.bakedlibs.dough.common:io.github.bakedlibs.dough.versions</packages>
</group>
<group>
<title>Module "dough-reflection"</title>
<packages>io.github.bakedlibs.dough.reflection</packages>
</group>
<group>
<title>Module "dough-data"</title>
<packages>io.github.bakedlibs.dough.data*:io.github.bakedlibs.dough.blocks*:io.github.bakedlibs.dough.collections*</packages>
</group>
<group>
<title>Module "dough-config"</title>
<packages>io.github.bakedlibs.dough.config*</packages>
</group>
<group>
<title>Module "dough-chat"</title>
<packages>io.github.bakedlibs.dough.chat*</packages>
</group>
<group>
<title>Module "dough-items"</title>
<packages>io.github.bakedlibs.dough.items*</packages>
</group>
<group>
<title>Module "dough-inventories"</title>
<packages>io.github.bakedlibs.dough.inventory*</packages>
</group>
<group>
<title>Module "dough-recipes"</title>
<packages>io.github.bakedlibs.dough.recipes*</packages>
</group>
<group>
<title>Module "dough-scheduling"</title>
<packages>io.github.bakedlibs.dough.scheduling*</packages>
</group>
<group>
<title>Module "dough-skins"</title>
<packages>io.github.bakedlibs.dough.skins*</packages>
</group>
<group>
<title>Module "dough-updater"</title>
<packages>io.github.bakedlibs.dough.updater*</packages>
</group>
<group>
<title>Module "dough-protection"</title>
<packages>io.github.bakedlibs.dough.protection*</packages>
</group>
</groups>
<links>
<link>https://hub.spigotmc.org/javadocs/spigot/</link>
</links>
</configuration>
</execution>
</executions>
<configuration>
<includeDependencySources>true</includeDependencySources>
<detectOfflineLinks>false</detectOfflineLinks>
<dependencySourceIncludes>
<dependencySourceInclude>io.github.baked-libs:*</dependencySourceInclude>
</dependencySourceIncludes>
<groups>
<group>
<title>Module "dough-common"</title>
<packages>io.github.bakedlibs.dough.common:io.github.bakedlibs.dough.versions</packages>
</group>
<group>
<title>Module "dough-reflection"</title>
<packages>io.github.bakedlibs.dough.reflection</packages>
</group>
<group>
<title>Module "dough-data"</title>
<packages>io.github.bakedlibs.dough.data*:io.github.bakedlibs.dough.blocks*:io.github.bakedlibs.dough.collections*</packages>
</group>
<group>
<title>Module "dough-config"</title>
<packages>io.github.bakedlibs.dough.config*</packages>
</group>
<group>
<title>Module "dough-chat"</title>
<packages>io.github.bakedlibs.dough.chat*</packages>
</group>
<group>
<title>Module "dough-items"</title>
<packages>io.github.bakedlibs.dough.items*</packages>
</group>
<group>
<title>Module "dough-inventories"</title>
<packages>io.github.bakedlibs.dough.inventory*</packages>
</group>
<group>
<title>Module "dough-recipes"</title>
<packages>io.github.bakedlibs.dough.recipes*</packages>
</group>
<group>
<title>Module "dough-scheduling"</title>
<packages>io.github.bakedlibs.dough.scheduling*</packages>
</group>
<group>
<title>Module "dough-skins"</title>
<packages>io.github.bakedlibs.dough.skins*</packages>
</group>
<group>
<title>Module "dough-updater"</title>
<packages>io.github.bakedlibs.dough.updater*</packages>
</group>
<group>
<title>Module "dough-protection"</title>
<packages>io.github.bakedlibs.dough.protection*</packages>
</group>
</groups>
<links>
<link>https://hub.spigotmc.org/javadocs/spigot/</link>
</links>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<repositories>
<repository>
<id>sonatype-oss-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<repository>
<id>minecraft-repo</id>
<url>https://libraries.minecraft.net/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io/</url>
</repository>
<repository>
<id>coreprotect-repo</id>
<url>https://maven.playpro.com/</url>
</repository>
<repository>
<id>redprotect-repo</id>
<url>https://raw.githubusercontent.com/FabioZumbi12/RedProtect/mvn-repo/</url>
</repository>
<repository>
<id>FactionsUUID-repo</id>
<url>https://ci.ender.zone/plugin/repository/everything/</url>
</repository>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
</repository>
<repository>
<id>enginehub-repo</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>
<repository>
<id>IntellectualSites</id>
<url>https://mvn.intellectualsites.com/content/repositories/snapshots/</url>
</repository>
<repository>
<id>funnyguilds-repo</id>
<url>https://repo.panda-lang.org/releases</url>
</repository>
<repository>
<id>logblock-repo</id>
<url>https://www.iani.de/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.mojang</groupId>
<artifactId>authlib</artifactId>
<version>1.5.25</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-core</artifactId>
<version>7.2.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.2.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId>
<version>7.0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.elBukkit</groupId>
<artifactId>PreciousStones</artifactId>
<version>1.17.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.coreprotect</groupId>
<artifactId>coreprotect</artifactId>
<version>21.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.diddiz</groupId>
<artifactId>logblock</artifactId>
<version>1.17.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.marcelo-mason</groupId>
<artifactId>SimpleClans</artifactId>
<version>7c3db52796</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.TechFortress</groupId>
<artifactId>GriefPrevention</artifactId>
<version>16.18</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.dmulloy2.LWC</groupId>
<artifactId>lwc</artifactId>
<version>master-4.5.1-g2100b5e-18</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.lucko</groupId>
<artifactId>helper</artifactId>
<version>5.6.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.massivecraft</groupId>
<artifactId>Factions</artifactId>
<version>1.6.9.5-2.7.0-STABLE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.LlmDl</groupId>
<artifactId>Towny</artifactId>
<version>1b86d017c5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.fubira</groupId>
<artifactId>Lockette</artifactId>
<version>9dac96e8f8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.plotsquared</groupId>
<artifactId>PlotSquared-Core</artifactId>
<version>6.6.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>lombok</artifactId>
<groupId>org.projectlombok</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>br.net.fabiozumbi12.RedProtect</groupId>
<artifactId>RedProtect-Core</artifactId>
<version>7.7.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>br.net.fabiozumbi12.RedProtect</groupId>
<artifactId>RedProtect-Spigot</artifactId>
<version>7.7.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.20.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>nl.rutgerkok</groupId>
<artifactId>blocklocker</artifactId>
<version>1.10.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.angeschossen</groupId>
<artifactId>LandsAPI</artifactId>
<version>6.5.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.angeschossen</groupId>
<artifactId>ChestProtectAPI</artifactId>
<version>3.6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.dzikoysk.funnyguilds</groupId>
<artifactId>plugin</artifactId>
<version>4.10.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.WiIIiam278</groupId>
<artifactId>HuskTowns</artifactId>
<version>1.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit-jupiter-api</artifactId>
<groupId>org.junit.jupiter</groupId>
</exclusion>
<exclusion>
<artifactId>junit-jupiter-params</artifactId>
<groupId>org.junit.jupiter</groupId>
</exclusion>
<exclusion>
<artifactId>junit-jupiter-engine</artifactId>
<groupId>org.junit.jupiter</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.6.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>byte-buddy</artifactId>
<groupId>net.bytebuddy</groupId>
</exclusion>
<exclusion>
<artifactId>byte-buddy-agent</artifactId>
<groupId>net.bytebuddy</groupId>
</exclusion>
<exclusion>
<artifactId>objenesis</artifactId>
<groupId>org.objenesis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.18</artifactId>
<version>1.26.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>annotations</artifactId>
<groupId>org.jetbrains</groupId>
</exclusion>
<exclusion>
<artifactId>hamcrest-library</artifactId>
<groupId>org.hamcrest</groupId>
</exclusion>
<exclusion>
<artifactId>maven-resolver-provider</artifactId>
<groupId>org.apache.maven</groupId>
</exclusion>
<exclusion>
<artifactId>maven-resolver-connector-basic</artifactId>
<groupId>org.apache.maven.resolver</groupId>
</exclusion>
<exclusion>
<artifactId>maven-resolver-transport-http</artifactId>
<groupId>org.apache.maven.resolver</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>