is not current version
Last Version 0.0.9

com.g2forge.gearbox:gb-maven 0.0.8

Command line wrapper and helpers for running maven.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.g2forge.gearbox
ArtifactId

ArtifactId

gb-maven
Version

Version

0.0.8
Type

Type

jar

Download gb-maven 0.0.8


<!-- https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-maven/ -->
<dependency>
    <groupId>com.g2forge.gearbox</groupId>
    <artifactId>gb-maven</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-maven/
implementation 'com.g2forge.gearbox:gb-maven:0.0.8'
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-maven/
implementation ("com.g2forge.gearbox:gb-maven:0.0.8")
'com.g2forge.gearbox:gb-maven:jar:0.0.8'
<dependency org="com.g2forge.gearbox" name="gb-maven" rev="0.0.8">
  <artifact name="gb-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.gearbox', module='gb-maven', version='0.0.8')
)
libraryDependencies += "com.g2forge.gearbox" % "gb-maven" % "0.0.8"
[com.g2forge.gearbox/gb-maven "0.0.8"]