8000 GitHub - galigithub/gradle-simple: Simple gradle example project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

galigithub/gradle-simple

 
 

Repository files navigation

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 {
      compile 'com.github.jitpack:gradle-simple:1.0.5'
}

About

Simple gradle example project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
0