IMbeeCore
Installation
m_contextUrl=...
m_user=...
m_password=...allprojects {
repositories {
jcenter()
maven {
url "${m_contextUrl}/libs-release"
credentials {
username = "${m_user}"
password = "${m_password}"
}
}
}
}Configuration
New quick configuration
Examples
Last updated