Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jitpack/gradle-simple

Simple gradle example project
https://github.com/jitpack/gradle-simple

Last synced: 16 days ago
JSON representation

Simple gradle example project

Awesome Lists containing this project

README

        

# gradle-simple

[![](https://jitpack.io/v/jitpack/gradle-simple.svg?label=Release)](https://jitpack.io/#jitpack/gradle-simple) [![](https://jitci.com/gh/jitpack/gradle-simple/svg)](https://jitci.com/gh/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 {
implementation 'com.github.jitpack:gradle-simple:1.1'
}
```