Skip to content

Shared components of muehle-client and muehle-server which can be used as a dependency via JitPack.

Notifications You must be signed in to change notification settings

corite/muehle-shared

Repository files navigation

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.

About

Shared components of muehle-client and muehle-server which can be used as a dependency via JitPack.

Topics

Resources

Stars

Watchers

Forks

Languages