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