Skip to content

android + Kotlin + Semantic releases + SpotBugs + Jacoco + maven + Gradle + groovy + GitHub actions + SonarQube + commitlint

License

Notifications You must be signed in to change notification settings

abd3lraouf/Semantic

Repository files navigation

Semantic logo

CI code scanner CI build Code Climate sdk

DOI

Contents

Installation

Package

The latest version of the packages can be found on the GitHub releases page.

Root project build.gradle

repositories {
    maven {
        url = uri("https://maven.pkg.github.com/abd3lraouf/Semantic")
    }
}

App project build.gradle

dependencies {
    implementation("dev.abd3lraouf.learn.Semantic:sdk:<latest-release>")
}

sdk

Contributing

Code Climate

Thanks to all our contributors! I'm very grateful for all the work you've done to make Open source projects better.

Contributors

Citation

Semantic versioning project for android DOI:10.5281/zenodo.514068945. AbdElraouf Sabri, A. Senior Android Developer

Copyright

This project is distributed under the Apache license version 2.0 (see the LICENSE file in the project root).

By submitting a pull request to this project, you agree to license your contribution under the Apache license version 2.0 to this project.