S

SmartInventory

An API for creating unique inventories for Bukkit servers.
https://github.com/portlek/SmartInventory
Files download
File Operation
SmartInventory-2.7.7.jar download
SmartInventory-2.7.7.pom download
SmartInventory-2.7.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>SmartInventory</artifactId>
  <version>2.7.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:SmartInventory:2.7.7'
Gradle Kotlin
implementation("io.github.portlek:SmartInventory:2.7.7")
Scala SBT
libraryDependencies += "io.github.portlek" % "SmartInventory" % "2.7.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='SmartInventory', version='2.7.7')
)
Apache Ivy
<dependency org="io.github.portlek" name="SmartInventory" rev="2.7.7" />
Leiningen
[io.github.portlek/SmartInventory "2.7.7"]
Apache Buildr
'io.github.portlek:SmartInventory:jar:2.7.7'