MVN

io.github.rysefoxx.inventory : RyseInventory-Plugin

Maven & Gradle

Jul 14, 2023
62 stars

RyseInventory · Inventory System

<dependency>
    <groupId>io.github.rysefoxx.inventory</groupId>
    <artifactId>RyseInventory-Plugin</artifactId>
    <version>1.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rysefoxx.inventory : RyseInventory-Plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.5

All Versions

Choose a version of io.github.rysefoxx.inventory : RyseInventory-Plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
RyseInventory-Plugin-1.6.5
RyseInventory-Plugin-1.6.4
RyseInventory-Plugin-1.6.3
RyseInventory-Plugin-1.6.2
RyseInventory-Plugin-1.6.1
RyseInventory-Plugin-1.6.0
1.5.x
RyseInventory-Plugin-1.5.7
RyseInventory-Plugin-1.5.6.2
RyseInventory-Plugin-1.5.6.1
RyseInventory-Plugin-1.5.6
RyseInventory-Plugin-1.5.5
RyseInventory-Plugin-1.5.4
RyseInventory-Plugin-1.5.3
dev
RyseInventory-Plugin-dev
test187
RyseInventory-Plugin-test187-SMAPSHOT
test
RyseInventory-Plugin-test-SMAPSHOT

How to add a dependency to Maven

Add the following io.github.rysefoxx.inventory : RyseInventory-Plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rysefoxx.inventory</groupId>
    <artifactId>RyseInventory-Plugin</artifactId>
    <version>1.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rysefoxx.inventory : RyseInventory-Plugin gradle dependency to your build.gradle file:

implementation 'io.github.rysefoxx.inventory:RyseInventory-Plugin:1.6.5'

Gradle Kotlin DSL: Add the following io.github.rysefoxx.inventory : RyseInventory-Plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rysefoxx.inventory:RyseInventory-Plugin:1.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rysefoxx.inventory : RyseInventory-Plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rysefoxx.inventory" % "RyseInventory-Plugin" % "1.6.5"

Advertisement