R

RyseInventory-Plugin

Inventory System
https://github.com/Rysefoxx/RyseInventory
MIT License
Rysefoxx
Files download
File Operation
RyseInventory-Plugin-1.3.6.jar download
RyseInventory-Plugin-1.3.6.pom download
RyseInventory-Plugin-1.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.rysefoxx</groupId>
  <artifactId>RyseInventory-Plugin</artifactId>
  <version>1.3.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.rysefoxx:RyseInventory-Plugin:1.3.6'
Gradle Kotlin
implementation("io.github.rysefoxx:RyseInventory-Plugin:1.3.6")
Scala SBT
libraryDependencies += "io.github.rysefoxx" % "RyseInventory-Plugin" % "1.3.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rysefoxx', module='RyseInventory-Plugin', version='1.3.6')
)
Apache Ivy
<dependency org="io.github.rysefoxx" name="RyseInventory-Plugin" rev="1.3.6" />
Leiningen
[io.github.rysefoxx/RyseInventory-Plugin "1.3.6"]
Apache Buildr
'io.github.rysefoxx:RyseInventory-Plugin:jar:1.3.6'