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