a

asne-vk

Android Library connecting social networks to your project easily, just add necessary
https://github.com/gorbin/ASNE
The MIT License (MIT)
Evgeny Gorbin
文件下载
文件名 操作
asne-vk-0.3.3.3.pom 下载
asne-vk-0.3.3.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.asne</groupId>
  <artifactId>asne-vk</artifactId>
  <version>0.3.3.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.asne:asne-vk:0.3.3.3'
Gradle Kotlin
implementation("com.github.asne:asne-vk:0.3.3.3")
Scala SBT
libraryDependencies += "com.github.asne" % "asne-vk" % "0.3.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.asne', module='asne-vk', version='0.3.3.3')
)
Apache Ivy
<dependency org="com.github.asne" name="asne-vk" rev="0.3.3.3" />
Leiningen
[com.github.asne/asne-vk "0.3.3.3"]
Apache Buildr
'com.github.asne:asne-vk:jar:0.3.3.3'