GroupId | GroupIdcom.g2forge.gearbox |
---|---|
ArtifactId | ArtifactIdgb-command |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
gb-command-0.0.4.pom | |
gb-command-0.0.4.jar | 72 KB |
gb-command-0.0.4-sources.jar | 30 KB |
gb-command-0.0.4-javadoc.jar | 384 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-command/ -->
<dependency>
<groupId>com.g2forge.gearbox</groupId>
<artifactId>gb-command</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-command/
implementation 'com.g2forge.gearbox:gb-command:0.0.4'
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-command/
implementation ("com.g2forge.gearbox:gb-command:0.0.4")
'com.g2forge.gearbox:gb-command:jar:0.0.4'
<dependency org="com.g2forge.gearbox" name="gb-command" rev="0.0.4">
<artifact name="gb-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.gearbox', module='gb-command', version='0.0.4')
)
libraryDependencies += "com.g2forge.gearbox" % "gb-command" % "0.0.4"
[com.g2forge.gearbox/gb-command "0.0.4"]