GroupId | GroupIdcom.github.stefvanschie.inventoryframework |
---|---|
ArtifactId | ArtifactIdIF |
Version | Version0.10.2 |
Type | Typejar |
Filename | Size |
---|---|
IF-0.10.2.pom | |
IF-0.10.2.jar | 663 KB |
IF-0.10.2-sources.jar | 280 KB |
IF-0.10.2-javadoc.jar | 598 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stefvanschie.inventoryframework/IF/ -->
<dependency>
<groupId>com.github.stefvanschie.inventoryframework</groupId>
<artifactId>IF</artifactId>
<version>0.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefvanschie.inventoryframework/IF/
implementation 'com.github.stefvanschie.inventoryframework:IF:0.10.2'
// https://jarcasting.com/artifacts/com.github.stefvanschie.inventoryframework/IF/
implementation ("com.github.stefvanschie.inventoryframework:IF:0.10.2")
'com.github.stefvanschie.inventoryframework:IF:jar:0.10.2'
<dependency org="com.github.stefvanschie.inventoryframework" name="IF" rev="0.10.2">
<artifact name="IF" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefvanschie.inventoryframework', module='IF', version='0.10.2')
)
libraryDependencies += "com.github.stefvanschie.inventoryframework" % "IF" % "0.10.2"
[com.github.stefvanschie.inventoryframework/IF "0.10.2"]