MVN

com.tchristofferson.pagedinventories : PagedInventories

Maven & Gradle

Sep 19, 2019
10 stars

Paged Inventories · API for easily creating multi paged inventory GUIs in Spigot/Bukkit (Minecraft)

<dependency>
    <groupId>com.tchristofferson.pagedinventories</groupId>
    <artifactId>PagedInventories</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tchristofferson.pagedinventories : PagedInventories to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of com.tchristofferson.pagedinventories : PagedInventories to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
PagedInventories-2.0
1.5
PagedInventories-1.5
1.4
PagedInventories-1.4
1.3
PagedInventories-1.3
1.2
PagedInventories-1.2
1.1
PagedInventories-1.1
1.0
PagedInventories-1.0

How to add a dependency to Maven

Add the following com.tchristofferson.pagedinventories : PagedInventories maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tchristofferson.pagedinventories</groupId>
    <artifactId>PagedInventories</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tchristofferson.pagedinventories : PagedInventories gradle dependency to your build.gradle file:

implementation 'com.tchristofferson.pagedinventories:PagedInventories:2.0'

Gradle Kotlin DSL: Add the following com.tchristofferson.pagedinventories : PagedInventories gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tchristofferson.pagedinventories:PagedInventories:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tchristofferson.pagedinventories : PagedInventories sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tchristofferson.pagedinventories" % "PagedInventories" % "2.0"