Unified way of retrieving data from the UONET+ register through mobile api and scraping api
Check it out full public api and test examples.
Check wiki page.
allprojects {
repositories {
// for stable releases
mavenCentral()
// for snapshots
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
// for everything
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'io.github.wulkanowy:sdk:<version>'
}