blockball-bukkit-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.shynixn.blockball</groupId> <artifactId>blockball-bukkit-plugin</artifactId> <version>6.28.0</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"> <!-- 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>com.github.shynixn.blockball</groupId> <artifactId>blockball-bukkit-plugin</artifactId> <version>6.28.0</version> <name>BlockBall</name> <description>BlockBall is a spigot plugin to play soccer games in Minecraft.</description> <url>https://github.com/Shynixn/BlockBall</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Shynixn</name> <url>https://github.com/Shynixn</url> </developer> <developer> <name>LazoYoung</name> <url>https://github.com/LazoYoung</url> </developer> </developers> <contributors> <contributor> <name>tildearrow</name> <url>https://github.com/tildearrow</url> </contributor> </contributors> <scm> <connection>scm:git:git://github.com/Shynixn/BlockBall.git</connection> <developerConnection>scm:git:ssh://github.com:Shynixn/BlockBall.git</developerConnection> <url>http://github.com/Shynixn/BlockBall.git/tree/master</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.5.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.shynixn.blockball</groupId> <artifactId>blockball-api</artifactId> <version>6.28.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.shynixn.blockball</groupId> <artifactId>blockball-bukkit-api</artifactId> <version>6.28.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.shynixn.blockball</groupId> <artifactId>blockball-core</artifactId> <version>6.28.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.shynixn.blockball</groupId> <artifactId>bukkit-nms-117R1</artifactId> <version>6.28.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.shynixn.blockball</groupId> <artifactId>bukkit-nms-118R1</artifactId> <version>6.28.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.shynixn.mccoroutine</groupId> <artifactId>mccoroutine-bukkit-api</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.shynixn.mccoroutine</groupId> <artifactId>mccoroutine-bukkit-core</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.3.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-jdk8</artifactId> <version>1.3.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.7.25</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>5.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bstats</groupId> <artifactId>bstats-bukkit</artifactId> <version>1.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.6</version> <scope>runtime</scope> </dependency> </dependencies> </project>