R

RyseInventory-Plugin

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