R

RyseInventory-Examples

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