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