GroupId | GroupIdcom.mytechia |
---|---|
ArtifactId | ArtifactIdrobobo-remote-control |
Version | Version1.0.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.mytechia/robobo-remote-control/ -->
<dependency>
<groupId>com.mytechia</groupId>
<artifactId>robobo-remote-control</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mytechia/robobo-remote-control/
implementation 'com.mytechia:robobo-remote-control:1.0.1'
// https://jarcasting.com/artifacts/com.mytechia/robobo-remote-control/
implementation ("com.mytechia:robobo-remote-control:1.0.1")
'com.mytechia:robobo-remote-control:aar:1.0.1'
<dependency org="com.mytechia" name="robobo-remote-control" rev="1.0.1">
<artifact name="robobo-remote-control" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mytechia', module='robobo-remote-control', version='1.0.1')
)
libraryDependencies += "com.mytechia" % "robobo-remote-control" % "1.0.1"
[com.mytechia/robobo-remote-control "1.0.1"]