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.1.0.pom download
rootbeer-lib-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.scottyab</groupId>
  <artifactId>rootbeer-lib</artifactId>
  <version>0.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.scottyab:rootbeer-lib:0.1.0'
Gradle Kotlin
implementation("com.scottyab:rootbeer-lib:0.1.0")
Scala SBT
libraryDependencies += "com.scottyab" % "rootbeer-lib" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.scottyab', module='rootbeer-lib', version='0.1.0')
)
Apache Ivy
<dependency org="com.scottyab" name="rootbeer-lib" rev="0.1.0" />
Leiningen
[com.scottyab/rootbeer-lib "0.1.0"]
Apache Buildr
'com.scottyab:rootbeer-lib:jar:0.1.0'
Dependencies
The project has no third-party dependencies