R

RyseInventory-Plugin

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