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