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