uni-hologram-spigot-fancyholograms
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.projectunified</groupId> <artifactId>uni-hologram-spigot-fancyholograms</artifactId> <version>3.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.projectunified</groupId> <artifactId>uni-hologram-spigot</artifactId> <version>3.1.0</version> </parent> <artifactId>uni-hologram-spigot-fancyholograms</artifactId> <repositories> <repository> <id>papermc</id> <url>https://repo.papermc.io/repository/maven-public/</url> </repository> <repository> <id>fancyplugins-releases</id> <name>FancyPlugins Repository</name> <url>https://repo.fancyplugins.de/releases</url> </repository> <repository> <id>fancyplugins-snapshots</id> <name>FancyPlugins Repository</name> <url>https://repo.fancyplugins.de/snapshots</url> </repository> </repositories> <dependencies> <dependency> <groupId>io.papermc.paper</groupId> <artifactId>paper-api</artifactId> <version>1.20.1-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>de.oliver</groupId> <artifactId>FancyHolograms</artifactId> <version>2.4.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.github.projectunified</groupId> <artifactId>uni-hologram-api-display</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.github.projectunified</groupId> <artifactId>uni-hologram-spigot-line</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.github.projectunified</groupId> <artifactId>uni-hologram-spigot-api-visibility</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>