Files download
File Operation
library-0.3.7.pom download
library-0.3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.androidsocialnetworks</groupId>
  <artifactId>library</artifactId>
  <version>0.3.7</version>
  <type>aar.asc</type>
</dependency>
Gradle Groovy
implementation 'com.github.androidsocialnetworks:library:0.3.7'
Gradle Kotlin
implementation("com.github.androidsocialnetworks:library:0.3.7")
Scala SBT
libraryDependencies += "com.github.androidsocialnetworks" % "library" % "0.3.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.androidsocialnetworks', module='library', version='0.3.7')
)
Apache Ivy
<dependency org="com.github.androidsocialnetworks" name="library" rev="0.3.7" />
Leiningen
[com.github.androidsocialnetworks/library "0.3.7"]
Apache Buildr
'com.github.androidsocialnetworks:library:jar:0.3.7'