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