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