| Группа | Группаio.github.shiruka |
|---|---|
| Идентификатор | Идентификаторcommands |
| Версия | Версия0.1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| commands-0.1.1.pom | |
| commands-0.1.1.jar | 373 KB |
| commands-0.1.1-sources.jar | 10 KB |
| commands-0.1.1-javadoc.jar | 418 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.shiruka/commands/ -->
<dependency>
<groupId>io.github.shiruka</groupId>
<artifactId>commands</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/commands/
implementation 'io.github.shiruka:commands:0.1.1'
// https://jarcasting.com/artifacts/io.github.shiruka/commands/
implementation ("io.github.shiruka:commands:0.1.1")
'io.github.shiruka:commands:jar:0.1.1'
<dependency org="io.github.shiruka" name="commands" rev="0.1.1">
<artifact name="commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='commands', version='0.1.1')
)
libraryDependencies += "io.github.shiruka" % "commands" % "0.1.1"
[io.github.shiruka/commands "0.1.1"]