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