close
Skip to content

raimonbal/balance-sdk

 
 

Repository files navigation

gradle-simple

Image Image

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Kotlin 94.1%
  • Java 5.9%