| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.jrummyapps |
| ArtifactId | ArtifactIdsafetynethelper |
| Version | Version1.0.1 |
| Type | Typeaar |
| Description |
DescriptionSafetyNet Helper
A small library that wraps the Google Play Services SafetyNet API.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| safetynethelper-1.0.1.pom | |
| safetynethelper-1.0.1.aar | 18 KB |
| safetynethelper-1.0.1-sources.jar | 6 KB |
| safetynethelper-1.0.1-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jrummyapps/safetynethelper/ -->
<dependency>
<groupId>com.jrummyapps</groupId>
<artifactId>safetynethelper</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jrummyapps/safetynethelper/
implementation 'com.jrummyapps:safetynethelper:1.0.1'
// https://jarcasting.com/artifacts/com.jrummyapps/safetynethelper/
implementation ("com.jrummyapps:safetynethelper:1.0.1")
'com.jrummyapps:safetynethelper:aar:1.0.1'
<dependency org="com.jrummyapps" name="safetynethelper" rev="1.0.1">
<artifact name="safetynethelper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jrummyapps', module='safetynethelper', version='1.0.1')
)
libraryDependencies += "com.jrummyapps" % "safetynethelper" % "1.0.1"
[com.jrummyapps/safetynethelper "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android.gms » play-services-safetynet | jar | 10.2.6 |