Skip to content

ramki-pvrs/GradleBuild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%