https://github.com/jitpack/gradle-simple
Simple gradle example project
https://github.com/jitpack/gradle-simple
Last synced: about 1 year 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T10:58:27.000Z (over 1 year ago)
- Last Synced: 2025-04-11T23:16:15.579Z (about 1 year ago)
- Language: Java
- Homepage: https://jitpack.io/#jitpack/gradle-simple/1.0
- Size: 142 KB
- Stars: 65
- Watchers: 5
- Forks: 450
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gradle-simple
[](https://jitpack.io/#jitpack/gradle-simple) [](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 {
mavenCentral()
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.jitpack:gradle-simple:1.1'
}
```