scoreboard-spigot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.apartium.cocoabeans</groupId> <artifactId>scoreboard-spigot</artifactId> <version>voigon-test0</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>net.apartium.cocoabeans</groupId> <artifactId>scoreboard-spigot</artifactId> <version>voigon-test0</version> <name>Cocoa Beans</name> <description>General purpose library for Java & Spigot</description> <url>https://cocoa-beans.apartium.net/</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/PoweredByApartium/cocoa-beans/blob/master/LICENSE.md</url> </license> </licenses> <developers> <developer> <id>idankoblik</id> <name>Idan Koblik</name> <email>me@idank.dev</email> </developer> <developer> <id>liorslak</id> <name>Lior Slakman</name> <email>me@voigon.dev</email> </developer> <developer> <id>ikfir</id> <name>Kfir botnik</name> <email>me@kfirbot.dev</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/PoweredByApartium/cocoa-beans.git</connection> <developerConnection>scm:git:ssh://github.com:PoweredByApartium/cocoa-beans.git</developerConnection> <url>https://github.com/PoweredByApartium/cocoa-beans</url> </scm> <dependencies> <dependency> <groupId>net.apartium.cocoabeans</groupId> <artifactId>scoreboard</artifactId> <version>voigon-test0</version> </dependency> <dependency> <groupId>net.apartium.cocoabeans</groupId> <artifactId>common</artifactId> <version>voigon-test0</version> </dependency> <dependency> <groupId>net.apartium.cocoabeans</groupId> <artifactId>spigot</artifactId> <version>voigon-test0</version> </dependency> </dependencies> </project>