| License |
License |
|---|---|
| GroupId | GroupIdcom.scottyab |
| ArtifactId | ArtifactIdrootbeer-lib |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionrootbeer
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?
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rootbeer-lib-0.1.0.pom | |
| rootbeer-lib-0.1.0.aar | 27 KB |
| rootbeer-lib-0.1.0-sources.jar | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.scottyab/rootbeer-lib/ -->
<dependency>
<groupId>com.scottyab</groupId>
<artifactId>rootbeer-lib</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scottyab/rootbeer-lib/
implementation 'com.scottyab:rootbeer-lib:0.1.0'
// https://jarcasting.com/artifacts/com.scottyab/rootbeer-lib/
implementation ("com.scottyab:rootbeer-lib:0.1.0")
'com.scottyab:rootbeer-lib:aar:0.1.0'
<dependency org="com.scottyab" name="rootbeer-lib" rev="0.1.0">
<artifact name="rootbeer-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scottyab', module='rootbeer-lib', version='0.1.0')
)
libraryDependencies += "com.scottyab" % "rootbeer-lib" % "0.1.0"
[com.scottyab/rootbeer-lib "0.1.0"]