Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.bspfsystems.bungeeipc |
ArtifactId | ArtifactIdbungeeipc-client-api |
Version | Version3.0.0 |
Type | Typejar |
Description |
DescriptionBungeeIPC-Client-API
The client API for the BungeeIPC plugin for Minecraft BungeeCord and Bukkit servers.
|
<!-- https://jarcasting.com/artifacts/org.bspfsystems.bungeeipc/bungeeipc-client-api/ -->
<dependency>
<groupId>org.bspfsystems.bungeeipc</groupId>
<artifactId>bungeeipc-client-api</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bspfsystems.bungeeipc/bungeeipc-client-api/
implementation 'org.bspfsystems.bungeeipc:bungeeipc-client-api:3.0.0'
// https://jarcasting.com/artifacts/org.bspfsystems.bungeeipc/bungeeipc-client-api/
implementation ("org.bspfsystems.bungeeipc:bungeeipc-client-api:3.0.0")
'org.bspfsystems.bungeeipc:bungeeipc-client-api:jar:3.0.0'
<dependency org="org.bspfsystems.bungeeipc" name="bungeeipc-client-api" rev="3.0.0">
<artifact name="bungeeipc-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bspfsystems.bungeeipc', module='bungeeipc-client-api', version='3.0.0')
)
libraryDependencies += "org.bspfsystems.bungeeipc" % "bungeeipc-client-api" % "3.0.0"
[org.bspfsystems.bungeeipc/bungeeipc-client-api "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.bspfsystems.bungeeipc : bungeeipc-common-api | jar | 3.0.0 |
org.jetbrains : annotations | jar | 22.0.0 |