GroupId | GroupIdio.github.rysefoxx.examples |
---|---|
ArtifactId | ArtifactIdRyseInventory-Examples |
Version | Version1.2.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rysefoxx.examples/RyseInventory-Examples/
implementation 'io.github.rysefoxx.examples:RyseInventory-Examples:1.2.3'
// https://jarcasting.com/artifacts/io.github.rysefoxx.examples/RyseInventory-Examples/
implementation ("io.github.rysefoxx.examples:RyseInventory-Examples:1.2.3")
'io.github.rysefoxx.examples:RyseInventory-Examples:jar:1.2.3'
<dependency org="io.github.rysefoxx.examples" name="RyseInventory-Examples" rev="1.2.3">
<artifact name="RyseInventory-Examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rysefoxx.examples', module='RyseInventory-Examples', version='1.2.3')
)
libraryDependencies += "io.github.rysefoxx.examples" % "RyseInventory-Examples" % "1.2.3"
[io.github.rysefoxx.examples/RyseInventory-Examples "1.2.3"]