r

rootbeer-lib

A tasty root checker library and sample app. We've scoured the internets for different methods of answering that age old question... Has this device got root?
https://github.com/scottyab/rootbeer.git
The Apache Software License, Version 2.0
Scott Alexander-Bown
Files download
File Operation
rootbeer-lib-0.0.8.pom download
rootbeer-lib-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.scottyab</groupId>
  <artifactId>rootbeer-lib</artifactId>
  <version>0.0.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.scottyab:rootbeer-lib:0.0.8'
Gradle Kotlin
implementation("com.scottyab:rootbeer-lib:0.0.8")
Scala SBT
libraryDependencies += "com.scottyab" % "rootbeer-lib" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.scottyab', module='rootbeer-lib', version='0.0.8')
)
Apache Ivy
<dependency org="com.scottyab" name="rootbeer-lib" rev="0.0.8" />
Leiningen
[com.scottyab/rootbeer-lib "0.0.8"]
Apache Buildr
'com.scottyab:rootbeer-lib:jar:0.0.8'
Dependencies
The project has no third-party dependencies