gb-github
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.g2forge.gearbox</groupId>
<artifactId>gb-github</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-github</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 Github</name>
<description>Client API for Github</description>
<dependencies>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.92</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.g2forge.enigma</groupId>
<artifactId>en-backend</artifactId>
<version>${enigma.version}</version>
</dependency>
</dependencies>
</project>