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