Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jitpack/gradle-simple
- Owner: jitpack
- License: mit
- Created: 2015-01-27T17:18:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T16:52:26.000Z (11 months ago)
- Last Synced: 2024-10-12T20:08:48.107Z (about 1 month ago)
- Language: Java
- Homepage: https://jitpack.io/#jitpack/gradle-simple/1.0
- Size: 140 KB
- Stars: 66
- Watchers: 6
- Forks: 440
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
}
```