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