GroupId | GroupIdio.github.portlek |
---|---|
ArtifactId | ArtifactIdSmartInventory |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
SmartInventory-1.8.pom | |
SmartInventory-1.8.jar | 257 KB |
SmartInventory-1.8-sources.jar | 44 KB |
SmartInventory-1.8-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/SmartInventory/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>SmartInventory</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/SmartInventory/
implementation 'io.github.portlek:SmartInventory:1.8'
// https://jarcasting.com/artifacts/io.github.portlek/SmartInventory/
implementation ("io.github.portlek:SmartInventory:1.8")
'io.github.portlek:SmartInventory:jar:1.8'
<dependency org="io.github.portlek" name="SmartInventory" rev="1.8">
<artifact name="SmartInventory" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='SmartInventory', version='1.8')
)
libraryDependencies += "io.github.portlek" % "SmartInventory" % "1.8"
[io.github.portlek/SmartInventory "1.8"]