MVN

io.github.sckm : item-group

Maven & Gradle

Oct 05, 2021

item-group · ItemGroup is a library to improve the performance of Groupie

<dependency>
    <groupId>io.github.sckm</groupId>
    <artifactId>item-group</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sckm : item-group to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of io.github.sckm : item-group to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
item-group-1.3.1
item-group-1.3.0
1.1.x
item-group-1.1.3

How to add a dependency to Maven

Add the following io.github.sckm : item-group maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sckm</groupId>
    <artifactId>item-group</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sckm : item-group gradle dependency to your build.gradle file:

implementation 'io.github.sckm:item-group:1.3.0'

Gradle Kotlin DSL: Add the following io.github.sckm : item-group gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sckm:item-group:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sckm : item-group sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sckm" % "item-group" % "1.3.0"