gb-cli
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.g2forge.gearbox</groupId>
<artifactId>gb-cli</artifactId>
<version>0.0.12</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>gb-cli</artifactId> <parent> <groupId>com.g2forge.gearbox</groupId> <artifactId>gb-project</artifactId> <version>0.0.12</version> <relativePath>../gb-project/pom.xml</relativePath> </parent> <name>Gearbox CLI</name> <description>A thin wrapper around picocli.</description> <dependencies> <dependency> <groupId>info.picocli</groupId> <artifactId>picocli</artifactId> <version>4.6.1</version> </dependency> </dependencies> </project>