| GroupId | GroupIdcom.github.axet |
|---|---|
| ArtifactId | ArtifactIdlame |
| Version | Version1.0.0-1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| lame-1.0.0-1.pom | |
| lame-1.0.0-1.aar | 19 KB |
| lame-1.0.0-1-sources.jar | 1 KB |
| lame-1.0.0-1-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.axet/lame/ -->
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>lame</artifactId>
<version>1.0.0-1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet/lame/
implementation 'com.github.axet:lame:1.0.0-1'
// https://jarcasting.com/artifacts/com.github.axet/lame/
implementation ("com.github.axet:lame:1.0.0-1")
'com.github.axet:lame:aar:1.0.0-1'
<dependency org="com.github.axet" name="lame" rev="1.0.0-1">
<artifact name="lame" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet', module='lame', version='1.0.0-1')
)
libraryDependencies += "com.github.axet" % "lame" % "1.0.0-1"
[com.github.axet/lame "1.0.0-1"]