The Java MySQLServiceLibclass is http specific URLConnection. It works for HTTP protocol only. By the help of MySQLServiceLib class, you can information of any HTTP URL such as header information, status code, response code etc.
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.HMDevCoders:MySQLServiceLibrary:1.0'
}