Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 786 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 786 Bytes

muehle-shared Java CI with Gradle

Repository containing classes that can be used in both the client- and the serverside application.

Usage

Integration

To use this project as a dependency, you have to add jitpack as in the repositories section in your build.gradle:

    maven { url 'https://jitpack.io' }

Then, put this line under dependencies:

    implementation 'com.github.corite:muehle-shared:main-SNAPSHOT'

The version has to be a valid tag from the repository, a commit-hash or <branch>-SNAPSHOT, where <branch> has to be replaced by the desired branch to get the snapshot from.