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