l

library

Cheerleader is an Android open source library implemented during our free time and designed to easily support an artist in an Android application thanks to a SoundCloud account.
https://github.com/tvbarthel/Cheerleader
The Apache Software License, Version 2.0
Thomas Barthelemy
Files download
File Operation
library-0.1.1.pom download
library-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.tvbarthel.cheerleader</groupId>
  <artifactId>library</artifactId>
  <version>0.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'fr.tvbarthel.cheerleader:library:0.1.1'
Gradle Kotlin
implementation("fr.tvbarthel.cheerleader:library:0.1.1")
Scala SBT
libraryDependencies += "fr.tvbarthel.cheerleader" % "library" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='fr.tvbarthel.cheerleader', module='library', version='0.1.1')
)
Apache Ivy
<dependency org="fr.tvbarthel.cheerleader" name="library" rev="0.1.1" />
Leiningen
[fr.tvbarthel.cheerleader/library "0.1.1"]
Apache Buildr
'fr.tvbarthel.cheerleader:library:jar:0.1.1'