Skip to content

thesaurus-linguae-aegyptiae/tla-common

Repository files navigation

Build LINE METHOD

Copyright (c) 2020-2021 Berlin-Brandenburgische Akademie der Wissenschaften

TLA data transfer model library

Use this to speak to speak to TLA backend endpoints.

Installation

Add this to your gradle file:

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

dependencies {
    implementation 'com.github.thesaurus-linguae-aegyptiae:tla-common:master-SNAPSHOT'
}

Misc

You can check for the newest version of package dependencies by running:

./gradlew dependencyUpdates

publish to local maven repository:

./gradlew publishToMavenLocal