MVN

com.github.stefvanschie.inventoryframework : IF

Maven & Gradle

Jun 24, 2023
295 stars
<dependency>
    <groupId>com.github.stefvanschie.inventoryframework</groupId>
    <artifactId>IF</artifactId>
    <version>0.10.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stefvanschie.inventoryframework : IF to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.11

All Versions

Choose a version of com.github.stefvanschie.inventoryframework : IF to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
IF-0.10.11
IF-0.10.10
IF-0.10.9
IF-0.10.8
IF-0.10.7
IF-0.10.6
IF-0.10.5
IF-0.10.4
IF-0.10.3
IF-0.10.2
IF-0.10.1
IF-0.10.0
0.9.x
IF-0.9.9
IF-0.9.8
IF-0.9.7
IF-0.9.6
IF-0.9.5
IF-0.9.4
IF-0.9.3
IF-0.9.2
IF-0.9.1
IF-0.9.0
0.8.x
IF-0.8.1
IF-0.8.0
0.7.x
IF-0.7.2
IF-0.7.1
IF-0.7.0
0.6.x
IF-0.6.2
IF-0.6.1
IF-0.6.0
0.5.x
IF-0.5.19
IF-0.5.18
IF-0.5.17
IF-0.5.16
IF-0.5.15
IF-0.5.14
IF-0.5.13
IF-0.5.12
IF-0.5.11
IF-0.5.10
IF-0.5.9
IF-0.5.8
IF-0.5.7
IF-0.5.6
IF-0.5.5
IF-0.5.4
IF-0.5.3
IF-0.5.2
IF-0.5.1
IF-0.5.0
0.4.x
IF-0.4.0
0.3.x
IF-0.3.2
IF-0.3.1
IF-0.3.0
0.2.x
IF-0.2.4
IF-0.2.3
IF-0.2.2
IF-0.2.1
IF-0.2.0
0.1.x
IF-0.1.0

How to add a dependency to Maven

Add the following com.github.stefvanschie.inventoryframework : IF maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.stefvanschie.inventoryframework</groupId>
    <artifactId>IF</artifactId>
    <version>0.10.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.stefvanschie.inventoryframework : IF gradle dependency to your build.gradle file:

implementation 'com.github.stefvanschie.inventoryframework:IF:0.10.11'

Gradle Kotlin DSL: Add the following com.github.stefvanschie.inventoryframework : IF gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.stefvanschie.inventoryframework:IF:0.10.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.stefvanschie.inventoryframework : IF sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.stefvanschie.inventoryframework" % "IF" % "0.10.11"