p

plumbing-api

NMS and OBC Adapter API for MythicDrops
https://github.com/MythicDrops/plumbing
MIT License
ToppleTheNun
Files download
File Operation
plumbing-api-7.0.0.jar download
plumbing-api-7.0.0.pom download
plumbing-api-7.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.pixeloutlaw</groupId>
  <artifactId>plumbing-api</artifactId>
  <version>7.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.pixeloutlaw:plumbing-api:7.0.0'
Gradle Kotlin
implementation("io.pixeloutlaw:plumbing-api:7.0.0")
Scala SBT
libraryDependencies += "io.pixeloutlaw" % "plumbing-api" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.pixeloutlaw', module='plumbing-api', version='7.0.0')
)
Apache Ivy
<dependency org="io.pixeloutlaw" name="plumbing-api" rev="7.0.0" />
Leiningen
[io.pixeloutlaw/plumbing-api "7.0.0"]
Apache Buildr
'io.pixeloutlaw:plumbing-api:jar:7.0.0'