Files download
File Operation
IF-0.10.13.jar download
IF-0.10.13.pom download
IF-0.10.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stefvanschie.inventoryframework</groupId>
  <artifactId>IF</artifactId>
  <version>0.10.13</version>
</dependency>
Gradle Groovy
implementation 'com.github.stefvanschie.inventoryframework:IF:0.10.13'
Gradle Kotlin
implementation("com.github.stefvanschie.inventoryframework:IF:0.10.13")
Scala SBT
libraryDependencies += "com.github.stefvanschie.inventoryframework" % "IF" % "0.10.13"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stefvanschie.inventoryframework', module='IF', version='0.10.13')
)
Apache Ivy
<dependency org="com.github.stefvanschie.inventoryframework" name="IF" rev="0.10.13" />
Leiningen
[com.github.stefvanschie.inventoryframework/IF "0.10.13"]
Apache Buildr
'com.github.stefvanschie.inventoryframework:IF:jar:0.10.13'