GroupId | GroupIdio.github.rysefoxx.examples |
---|---|
ArtifactId | ArtifactIdRyseInventory-Examples |
Version | Version1.2.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.rysefoxx.examples/RyseInventory-Examples/ -->
<dependency>
<groupId>io.github.rysefoxx.examples</groupId>
<artifactId>RyseInventory-Examples</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rysefoxx.examples/RyseInventory-Examples/
implementation 'io.github.rysefoxx.examples:RyseInventory-Examples:1.2.5'
// https://jarcasting.com/artifacts/io.github.rysefoxx.examples/RyseInventory-Examples/
implementation ("io.github.rysefoxx.examples:RyseInventory-Examples:1.2.5")
'io.github.rysefoxx.examples:RyseInventory-Examples:jar:1.2.5'
<dependency org="io.github.rysefoxx.examples" name="RyseInventory-Examples" rev="1.2.5">
<artifact name="RyseInventory-Examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rysefoxx.examples', module='RyseInventory-Examples', version='1.2.5')
)
libraryDependencies += "io.github.rysefoxx.examples" % "RyseInventory-Examples" % "1.2.5"
[io.github.rysefoxx.examples/RyseInventory-Examples "1.2.5"]