MVN

com.github.shynixn : blockball

Maven & Gradle

Dec 03, 2021
57 stars

BlockBall · Spigot plugin to simulate a football/soccer game in minecraft.

<dependency>
    <groupId>com.github.shynixn</groupId>
    <artifactId>blockball</artifactId>
    <version>bukkit-nms-118R1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shynixn : blockball to add to Maven or Gradle - Latest Versions:

  • Latest Stable: bukkit-nms-118R1

All Versions

Choose a version of com.github.shynixn : blockball to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
blockball-4.1.1
blockball-4.1.0
4.0.x
blockball-4.0.1
blockball-4.0.0
3.8.x
blockball-3.8.0
3.7.x
blockball-3.7.0
bukkit
blockball-bukkit-nms-118R1
blockball-bukkit-nms-117R1
blockball
blockball-blockball-tools
blockball-blockball-core
blockball-blockball-bukkit-plugin
blockball-blockball-bukkit-api
blockball-blockball-api
blockball-blockball-sponge-plugin
blockball-blockball-sponge-nms-112R1
blockball-blockball-sponge-api
blockball-blockball-bukkit-nms-116R3
blockball-blockball-bukkit-nms-116R2
blockball-blockball-bukkit-nms-116R1
blockball-blockball-bukkit-nms-115R1
blockball-blockball-bukkit-nms-114R1
blockball-blockball-bukkit-nms-113R2
blockball-blockball-bukkit-nms-112R1
blockball-blockball-bukkit-nms-111R1
blockball-blockball-bukkit-nms-110R1
blockball-blockball-bukkit-nms-109R2
blockball-blockball-bukkit-nms-108R3
blockball-blockball-bukkit-nms-113R1
blockball-blockball-bukkit-nms-109R1
blockball-blockball-bukkit-nms-108R2
blockball-blockball-bukkit-nms-108R1
root
blockball-root

How to add a dependency to Maven

Add the following com.github.shynixn : blockball maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.shynixn</groupId>
    <artifactId>blockball</artifactId>
    <version>bukkit-nms-118R1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shynixn : blockball gradle dependency to your build.gradle file:

implementation 'com.github.shynixn:blockball:bukkit-nms-118R1'

Gradle Kotlin DSL: Add the following com.github.shynixn : blockball gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shynixn:blockball:bukkit-nms-118R1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shynixn : blockball sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shynixn" % "blockball" % "bukkit-nms-118R1"

Advertisement