A library of shared data classes, interfaces, and interface implementations used across Route 613 components. These classes are used in the server, Android app, and data management tools (to be written).
To include the shared library in your project add the following to the repositories
block of your gradle config:
maven {
url "https://dl.bintray.com/dellisd/transpo"
}
There are several artifacts available. All artifacts share the same version numbers.
Artifact Name | Gradle | Contents |
---|---|---|
shared | implementation 'ca.llamabagel.transpo:shared:1.0.0-alpha10' |
Shared models between server and apps |
gtfs | implementation 'ca.llamabagel.transpo:gtfs:1.0.0-alpha10' |
Gtfs models and code to interact with Gtfs data source. |
config | implementation 'ca.llamabagel.transpo:config:1.0.0-alpha10' |
Server configuration models |