R

RyseInventory-Plugin

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