Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.fjordnet.groundcontrol |
ArtifactId | ArtifactIdground-control |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
ground-control-1.0.0.pom | |
ground-control-1.0.0.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.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.fjordnet.groundcontrol/ground-control/
implementation 'com.fjordnet.groundcontrol:ground-control:1.0.0'
// https://jarcasting.com/artifacts/com.fjordnet.groundcontrol/ground-control/
implementation ("com.fjordnet.groundcontrol:ground-control:1.0.0")
'com.fjordnet.groundcontrol:ground-control:aar:1.0.0'
<dependency org="com.fjordnet.groundcontrol" name="ground-control" rev="1.0.0">
<artifact name="ground-control" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.fjordnet.groundcontrol', module='ground-control', version='1.0.0')
)
libraryDependencies += "com.fjordnet.groundcontrol" % "ground-control" % "1.0.0"
[com.fjordnet.groundcontrol/ground-control "1.0.0"]