R

RyseInventory-Plugin

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