| GroupId | GroupIdio.github.stumper66 |
|---|---|
| ArtifactId | ArtifactIdLM_Items |
| Version | Version0.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| LM_Items-0.9.pom | |
| LM_Items-0.9.jar | 10 KB |
| LM_Items-0.9-sources.jar | 5 KB |
| LM_Items-0.9-javadoc.jar | 141 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.stumper66/LM_Items/ -->
<dependency>
<groupId>io.github.stumper66</groupId>
<artifactId>LM_Items</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.stumper66/LM_Items/
implementation 'io.github.stumper66:LM_Items:0.9'
// https://jarcasting.com/artifacts/io.github.stumper66/LM_Items/
implementation ("io.github.stumper66:LM_Items:0.9")
'io.github.stumper66:LM_Items:jar:0.9'
<dependency org="io.github.stumper66" name="LM_Items" rev="0.9">
<artifact name="LM_Items" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.stumper66', module='LM_Items', version='0.9')
)
libraryDependencies += "io.github.stumper66" % "LM_Items" % "0.9"
[io.github.stumper66/LM_Items "0.9"]