is not current version
Last Version 0.0.9

com.g2forge.gearbox:gb-git-test 0.0.6

A library for unit testing code bases which work with git.

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

com.g2forge.gearbox
ArtifactId

ArtifactId

gb-git-test
Version

Version

0.0.6
Type

Type

jar

Download gb-git-test 0.0.6


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