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