m

mcpowerprotocol-api

MCPowerProtocol is an extension for productive work on minecraft servers.
https://github.com/Shynixn/MCPowerProtocol
MIT License
Shynixn
Files download
File Operation
mcpowerprotocol-api-1.0.16.jar download
mcpowerprotocol-api-1.0.16.pom download
mcpowerprotocol-api-1.0.16-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.shynixn.mcpowerprotocol</groupId>
  <artifactId>mcpowerprotocol-api</artifactId>
  <version>1.0.16</version>
</dependency>
Gradle Groovy
implementation 'com.github.shynixn.mcpowerprotocol:mcpowerprotocol-api:1.0.16'
Gradle Kotlin
implementation("com.github.shynixn.mcpowerprotocol:mcpowerprotocol-api:1.0.16")
Scala SBT
libraryDependencies += "com.github.shynixn.mcpowerprotocol" % "mcpowerprotocol-api" % "1.0.16"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shynixn.mcpowerprotocol', module='mcpowerprotocol-api', version='1.0.16')
)
Apache Ivy
<dependency org="com.github.shynixn.mcpowerprotocol" name="mcpowerprotocol-api" rev="1.0.16" />
Leiningen
[com.github.shynixn.mcpowerprotocol/mcpowerprotocol-api "1.0.16"]
Apache Buildr
'com.github.shynixn.mcpowerprotocol:mcpowerprotocol-api:jar:1.0.16'