Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 963 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 963 Bytes

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