shikari1893 / gradle-simple

Simple gradle example project

Home Page:https://jitpack.io/#jitpack/gradle-simple/1.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

To install the library add:

repositories { 
     jcenter()
     maven { url "https://jitpack.io" }
}
dependencies {
      implementation 'com.github.jitpack:gradle-simple:1.1'
}

About

Simple gradle example project

https://jitpack.io/#jitpack/gradle-simple/1.0

License:MIT License


Languages

Language:Java 100.0%