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