# jitest **Repository Path**: jarlure/jitest ## Basic Information - **Project Name**: jitest - **Description**: testjitpack - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gradle-simple [![Release](https://img.shields.io/github/release/jitpack/gradle-simple.svg?label=maven version)](https://jitpack.io/#jitpack/gradle-simple) Example Gradle project producing a single jar. Uses the `maven` plugin to publish the jar to the local repository. [https://jitpack.io/#jitpack/gradle-simple](https://jitpack.io/#jitpack/gradle-simple) To install the library add: ```gradle repositories { jcenter() maven { url "https://jitpack.io" } } dependencies { compile 'com.github.jitpack:gradle-simple:1.0.5' } ```