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