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