License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.fjordnet.groundcontrol |
ArtifactId | ArtifactIdground-control |
Version | Version1.0.1 |
Type | Typeaar |
Description |
DescriptionGround Control
Library to help with Android 6.0 Marshmallow runtime permission model
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ground-control-1.0.1.pom | |
ground-control-1.0.1.aar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fjordnet.groundcontrol/ground-control/ -->
<dependency>
<groupId>com.fjordnet.groundcontrol</groupId>
<artifactId>ground-control</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.fjordnet.groundcontrol/ground-control/
implementation 'com.fjordnet.groundcontrol:ground-control:1.0.1'
// https://jarcasting.com/artifacts/com.fjordnet.groundcontrol/ground-control/
implementation ("com.fjordnet.groundcontrol:ground-control:1.0.1")
'com.fjordnet.groundcontrol:ground-control:aar:1.0.1'
<dependency org="com.fjordnet.groundcontrol" name="ground-control" rev="1.0.1">
<artifact name="ground-control" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.fjordnet.groundcontrol', module='ground-control', version='1.0.1')
)
libraryDependencies += "com.fjordnet.groundcontrol" % "ground-control" % "1.0.1"
[com.fjordnet.groundcontrol/ground-control "1.0.1"]