| GroupId | GroupIdmobi.cangol.mobile |
|---|---|
| ArtifactId | ArtifactIdlame |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| lame-1.0.0.pom | |
| lame-1.0.0.aar | 760 KB |
| Browse |
<!-- 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"]