No description
5d07788345
Bumps [moshi](https://github.com/square/moshi) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/square/moshi/releases) - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.11.0...parent-1.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> |
||
---|---|---|
.circleci | ||
.github | ||
.idea/codeStyles | ||
gradle/wrapper | ||
sdk | ||
sdk-mobile | ||
sdk-scrapper | ||
.editorconfig | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
VULCAN UONET+ SDK
Unified way of retrieving data from the UONET+ register through mobile api and scraping api
Features
Check it out full public api and test examples.
Documentation
Check wiki page.
Download
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'io.github.wulkanowy:sdk:1.1.5'
}