<dependency> <groupId>io.mraa.at.upm</groupId> <artifactId>upm_gas</artifactId> <version>1.6.0</version> <type>aar</type> </dependency>
implementation 'io.mraa.at.upm:upm_gas:1.6.0'
implementation("io.mraa.at.upm:upm_gas:1.6.0")
libraryDependencies += "io.mraa.at.upm" % "upm_gas" % "1.6.0"
@Grapes( @Grab(group='io.mraa.at.upm', module='upm_gas', version='1.6.0') )
<dependency org="io.mraa.at.upm" name="upm_gas" rev="1.6.0" />
[io.mraa.at.upm/upm_gas "1.6.0"]
'io.mraa.at.upm:upm_gas:jar:1.6.0'
compile
|-- io.mraa.at:mraa