Copyright (c) 2020-2021 Berlin-Brandenburgische Akademie der Wissenschaften
Use this to speak to speak to TLA backend endpoints.
Add this to your gradle file:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.thesaurus-linguae-aegyptiae:tla-common:master-SNAPSHOT'
}
You can check for the newest version of package dependencies by running:
./gradlew dependencyUpdates
publish to local maven repository:
./gradlew publishToMavenLocal