Repository containing classes that can be used in both the client- and the serverside application.
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.