| Группа | Группаmobi.cangol.mobile |
|---|---|
| Идентификатор | Идентификаторlame |
| Версия | Версия1.0.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| lame-1.0.0.pom | |
| lame-1.0.0.aar | 760 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/mobi.cangol.mobile/lame/ -->
<dependency>
<groupId>mobi.cangol.mobile</groupId>
<artifactId>lame</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/mobi.cangol.mobile/lame/
implementation 'mobi.cangol.mobile:lame:1.0.0'
// https://jarcasting.com/artifacts/mobi.cangol.mobile/lame/
implementation ("mobi.cangol.mobile:lame:1.0.0")
'mobi.cangol.mobile:lame:aar:1.0.0'
<dependency org="mobi.cangol.mobile" name="lame" rev="1.0.0">
<artifact name="lame" type="aar" />
</dependency>
@Grapes(
@Grab(group='mobi.cangol.mobile', module='lame', version='1.0.0')
)
libraryDependencies += "mobi.cangol.mobile" % "lame" % "1.0.0"
[mobi.cangol.mobile/lame "1.0.0"]